Skip to content

Commit 7959272

Browse files
committed
Refresh flake8 dependencies
1 parent 3486ce1 commit 7959272

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ pytest-cov==2.12.1;python_version<"3.6"
124124
pytest-cov==3.0.0;python_version>="3.6"
125125
flake8==3.7.9;python_version<"3.6"
126126
flake8==5.0.2;python_version>="3.6"
127-
mccabe==0.7.0
127+
mccabe==0.6.1;python_version<"3.6"
128+
mccabe==0.7.0;python_version>="3.6"
128129
pyflakes==2.1.1;python_version<"3.6"
129130
pyflakes==2.5.0;python_version>="3.6"
130131
pycodestyle==2.5.0;python_version<"3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@
254254
"flake": [
255255
'flake8==3.7.9;python_version<"3.6"',
256256
'flake8==5.0.2;python_version>="3.6"',
257-
"mccabe==0.7.0",
257+
'mccabe==0.6.1;python_version<"3.6"',
258+
'mccabe==0.7.0;python_version>="3.6"',
258259
'pyflakes==2.1.1;python_version<"3.6"',
259260
'pyflakes==2.5.0;python_version>="3.6"',
260261
'pycodestyle==2.5.0;python_version<"3.6"',

0 commit comments

Comments
 (0)