Merge branch 'pyflakes_3_3' into 'master'

upgrade pyflakes to 2.3.x

See merge request pycqa/flake8!466
This commit is contained in:
Anthony Sottile 2021-03-14 17:09:42 +00:00
commit fd71b86509

View file

@ -40,7 +40,7 @@ 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.2.0, < 2.3.0
pyflakes >= 2.3.0, < 2.4.0
pycodestyle >= 2.6.0a1, < 2.7.0
mccabe >= 0.6.0, < 0.7.0
enum34; python_version<"3.4"