summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-14 17:09:42 +0000
committerAnthony Sottile <asottile@umich.edu>2021-03-14 17:09:42 +0000
commitfd71b8650988d1ac74fd262ed96d11da1966c412 (patch)
tree65b266fda82a1e550c5b1bd877496a42437d8639
parent6de8252c035844f1e679f509b5f37340b44d5c39 (diff)
parent1eccf9a55f4385578bff87d6ee6d3bbe6e165195 (diff)
downloadflake8-fd71b8650988d1ac74fd262ed96d11da1966c412.tar.gz
Merge branch 'pyflakes_3_3' into 'master'
upgrade pyflakes to 2.3.x See merge request pycqa/flake8!466
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8f935fd..5046e68 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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"