From d79021aafc809d999c4cbbc0a513a5ceb473efa2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 10 Oct 2021 18:02:13 -0700 Subject: [PATCH] update dependency versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ade05af3..c9a96b72 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"