Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==23.1.0
bumpversion==0.5.3
codecov==2.1.12
coverage==7.1.0
flake8==4.0.1
flake8==6.0.0
isort==5.12.0
mypy==1.0.1
tox==3.25.1
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ filelock==3.0.12
# via
# tox
# virtualenv
flake8==4.0.1
flake8==6.0.0
# via -r requirements-dev.in
idna==2.10
# via requests
Expand All @@ -55,7 +55,7 @@ jeepney==0.8.0
# secretstorage
keyring==21.4.0
# via twine
mccabe==0.6.1
mccabe==0.7.0
# via flake8
mypy==1.0.1
# via -r requirements-dev.in
Expand All @@ -78,13 +78,13 @@ pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pycodestyle==2.8.0
pycodestyle==2.10.0
# via flake8
pycparser==2.20
# via
# -c requirements.txt
# cffi
pyflakes==2.4.0
pyflakes==3.0.1
# via flake8
pygments==2.13.0
# via readme-renderer
Expand Down