Skip to content

Commit d178452

Browse files
committed
Update non-required dependencies
1 parent a7d1a0f commit d178452

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
@@ -92,6 +92,6 @@ pytest-cov==2.11.1
9292
flake8==3.7.9;python_version<"3.5"
9393
flake8==3.9.0;python_version>="3.5"
9494
pyflakes==2.1.1;python_version<"3.5"
95-
pyflakes==2.3.0;python_version>="3.5"
95+
pyflakes==2.3.1;python_version>="3.5"
9696
pycodestyle==2.5.0;python_version<"3.5"
9797
pycodestyle==2.7.0;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
'flake8==3.7.9;python_version<"3.5"',
201201
'flake8==3.9.0;python_version>="3.5"',
202202
'pyflakes==2.1.1;python_version<"3.5"',
203-
'pyflakes==2.3.0;python_version>="3.5"',
203+
'pyflakes==2.3.1;python_version>="3.5"',
204204
'pycodestyle==2.5.0;python_version<"3.5"',
205205
'pycodestyle==2.7.0;python_version>="3.5"',
206206
],

0 commit comments

Comments
 (0)