Skip to content

Commit cc3fe8d

Browse files
committed
Refresh Python dependencies
1 parent 4601cfa commit cc3fe8d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ flake8==3.7.9;python_version<"3.5"
118118
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"
121+
pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"
121122
pyflakes==2.4.0;python_version>="3.5"
122123
pycodestyle==2.5.0;python_version<"3.5"
123-
pycodestyle==2.8.0;python_version>="3.5"
124+
pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"
125+
pycodestyle==2.8.0;python_version>="3.6"

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,11 @@
237237
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',
238238
'flake8==4.0.1;python_version>="3.6"',
239239
'pyflakes==2.1.1;python_version<"3.5"',
240+
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
240241
'pyflakes==2.4.0;python_version>="3.5"',
241242
'pycodestyle==2.5.0;python_version<"3.5"',
242-
'pycodestyle==2.8.0;python_version>="3.5"',
243+
'pycodestyle==2.7.0;python_version>="3.5" and python_version<"3.6"', # noqa: E501
244+
'pycodestyle==2.8.0;python_version>="3.6"',
243245
],
244246
},
245247
packages=[

0 commit comments

Comments
 (0)