Merge pull request #1542 from PyCQA/mccabe_0_7_0

upgrade mccabe to 0.7.0
This commit is contained in:
Anthony Sottile 2022-01-23 20:23:41 -05:00 committed by GitHub
commit e704ab4d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"