Skip to content

Commit

Permalink
Merge pull request #1542 from PyCQA/mccabe_0_7_0
Browse files Browse the repository at this point in the history
upgrade mccabe to 0.7.0
  • Loading branch information
asottile committed Jan 24, 2022
2 parents 9de288a + 86bdc0d commit e704ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e704ab4

Please sign in to comment.