Skip to content

Commit

Permalink
Bump dev requirements to get new Flake8 with E721 code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Sep 24, 2023
1 parent 9b16d80 commit 430df47
Showing 1 changed file with 25 additions and 28 deletions.
53 changes: 25 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=dev.txt dev.in
# pip-compile dev.in
#
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via pip-tools
cachetools==5.3.1
# via
# -c ci.txt
# tox
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
Expand All @@ -22,37 +20,38 @@ chardet==5.1.0
# tox
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.7
# via pip-tools
colorama==0.4.6
# via
# -c ci.txt
# tox
cryptography==41.0.2
cryptography==41.0.4
# via secretstorage
distlib==0.3.6
# via
# -c ci.txt
# virtualenv
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
# via
# -c ci.txt
# tox
# virtualenv
flake8==6.0.0
flake8==6.1.0
# via -r dev.in
idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# build
# keyring
# twine
# yapf
importlib-resources==6.0.0
importlib-resources==6.1.0
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -70,20 +69,22 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.1.0
# via jaraco-classes
mypy==1.4.1
mypy==1.5.1
# via -r dev.in
mypy-extensions==1.0.0
# via mypy
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -c ci.txt
# build
# pyproject-api
# pytest
# tox
pip-tools==7.0.0
pip-tools==7.3.0
# via -r dev.in
pkginfo==1.9.6
# via twine
Expand All @@ -98,13 +99,13 @@ pluggy==1.2.0
# -c ci.txt
# pytest
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pygments==2.15.1
pygments==2.16.1
# via
# readme-renderer
# rich
Expand All @@ -114,9 +115,9 @@ pyproject-api==1.5.3
# tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.2
# via -r dev.in
readme-renderer==40.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -126,12 +127,10 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.3
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
tomli==2.0.1
# via
# -c ci.txt
Expand All @@ -149,25 +148,23 @@ tox==4.6.4
# -r dev.in
twine==4.0.2
# via -r dev.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# mypy
# rich
urllib3==2.0.3
urllib3==2.0.5
# via
# requests
# twine
virtualenv==20.24.0
# via
# -c ci.txt
# tox
webencodings==0.5.1
# via bleach
wheel==0.40.0
wheel==0.41.2
# via pip-tools
yapf==0.40.1
yapf==0.40.2
# via -r dev.in
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
Expand Down

0 comments on commit 430df47

Please sign in to comment.