Skip to content

Commit 914149c

Browse files
committed
Update flake8 to v3.8.2
1 parent fcd3a91 commit 914149c

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
@@ -42,7 +42,7 @@ pyotp==2.3.0
4242
boto==2.49.0
4343
cffi==1.14.0
4444
flake8==3.7.9;python_version<"3.5"
45-
flake8==3.8.1;python_version>="3.5"
45+
flake8==3.8.2;python_version>="3.5"
4646
pyflakes==2.1.1;python_version<"3.5"
4747
pyflakes==2.2.0;python_version>="3.5"
4848
certifi>=2020.4.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
'boto==2.49.0',
134134
'cffi==1.14.0',
135135
'flake8==3.7.9;python_version<"3.5"',
136-
'flake8==3.8.1;python_version>="3.5"',
136+
'flake8==3.8.2;python_version>="3.5"',
137137
'pyflakes==2.1.1;python_version<"3.5"',
138138
'pyflakes==2.2.0;python_version>="3.5"',
139139
'certifi>=2020.4.5.1',

0 commit comments

Comments
 (0)