upgrade mccabe to 0.7.0

This commit is contained in:
Anthony Sottile 2022-01-23 20:17:37 -05:00
parent 9de288a22f
commit 86bdc0dbc8

View file

@ -39,7 +39,7 @@ package_dir =
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
install_requires =
mccabe>=0.6.0,<0.7.0
mccabe>=0.7.0,<0.8.0
pycodestyle>=2.8.0,<2.9.0
pyflakes>=2.4.0,<2.5.0
importlib-metadata<4.3;python_version<"3.8"