Merge pull request #1406 from asottile/update-versions

update dependency versions
This commit is contained in:
Anthony Sottile 2021-10-10 18:06:11 -07:00 committed by GitHub
commit d7baba5f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"