Skip to content

Commit 774c753

Browse files
committed
Refresh Python dependencies
1 parent cc3fe8d commit 774c753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ flake8==3.9.2;python_version>="3.5" and python_version<"3.6"
119119
flake8==4.0.1;python_version>="3.6"
120120
pyflakes==2.1.1;python_version<"3.5"
121121
pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"
122-
pyflakes==2.4.0;python_version>="3.5"
122+
pyflakes==2.4.0;python_version>="3.6"
123123
pycodestyle==2.5.0;python_version<"3.5"
124124
pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"
125125
pycodestyle==2.8.0;python_version>="3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
'flake8==4.0.1;python_version>="3.6"',
239239
'pyflakes==2.1.1;python_version<"3.5"',
240240
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
241-
'pyflakes==2.4.0;python_version>="3.5"',
241+
'pyflakes==2.4.0;python_version>="3.6"',
242242
'pycodestyle==2.5.0;python_version<"3.5"',
243243
'pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"', # noqa: E501
244244
'pycodestyle==2.8.0;python_version>="3.6"',

0 commit comments

Comments
 (0)