mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Merge pull request #1542 from PyCQA/mccabe_0_7_0
upgrade mccabe to 0.7.0
This commit is contained in:
commit
e704ab4d44
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue