Skip to content

Commit

Permalink
Merge pull request #1406 from asottile/update-versions
Browse files Browse the repository at this point in the history
update dependency versions
  • Loading branch information
asottile committed Oct 11, 2021
2 parents 283f0c8 + d79021a commit d7baba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -38,8 +38,8 @@ install_requires=
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
pyflakes >= 2.3.0, < 2.4.0
pycodestyle >= 2.7.0, < 2.8.0
pyflakes >= 2.4.0, < 2.5.0
pycodestyle >= 2.8.0, < 2.9.0
mccabe >= 0.6.0, < 0.7.0
importlib-metadata<4.3; python_version<"3.8"

Expand Down

0 comments on commit d7baba5

Please sign in to comment.