summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-10-10 18:02:13 -0700
committerAnthony Sottile <asottile@umich.edu>2021-10-10 18:02:13 -0700
commitd79021aafc809d999c4cbbc0a513a5ceb473efa2 (patch)
treebe8d1f18a1bd8d9dca5ec4c6480d4c9bd231cdc1
parent283f0c81241673221d9628beb11e2d7356826f00 (diff)
downloadflake8-d79021aafc809d999c4cbbc0a513a5ceb473efa2.tar.gz
update dependency versions
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ade05af..c9a96b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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"