Skip to content

Commit 588ed30

Browse files
Allow mccabe 0.7.x (#5896)
python version < 3.7 will still remain on mccabe 0.6.x, while newer version will pick mccabe 0.7.x release Closes #5878 Signed-off-by: Konrad Weihmann <[email protected]>
1 parent 8bc9eab commit 588ed30

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,3 +605,5 @@ contributors:
605605
* Daniel Brookman: contributor
606606

607607
* Téo Bouvard: contributor
608+
609+
* Konrad Weihmann: contributor

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,10 @@ Release date: 2021-11-25
492492

493493
Closes #5316
494494

495+
* Allow usage of mccabe 0.7.x release
496+
497+
Closes #5878
498+
495499

496500
What's New in Pylint 2.12.1?
497501
============================

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install_requires =
5050
# see https://github.com/PyCQA/astroid/issues/1341
5151
astroid>=2.9.2,<=2.10.0-dev0
5252
isort>=4.2.5,<6
53-
mccabe>=0.6,<0.7
53+
mccabe>=0.6,<0.8
5454
tomli>=1.1.0;python_version<"3.11"
5555
colorama;sys_platform=="win32"
5656
typing-extensions>=3.10.0;python_version<"3.10"

0 commit comments

Comments
 (0)