Skip to content

Commit fc5becb

Browse files
committed
Upgrade flake8 version to 3.6.0
1 parent a02f54d commit fc5becb

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
@@ -18,6 +18,6 @@ parameterized==0.6.1
1818
beautifulsoup4>=4.6.0
1919
pyotp>=2.2.6
2020
boto>=2.49.0
21-
flake8==3.5.0
21+
flake8==3.6.0
2222
PyVirtualDisplay==0.2.1
2323
-e .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'pyotp>=2.2.6',
7272
'boto>=2.49.0',
73-
'flake8==3.5.0',
73+
'flake8==3.6.0',
7474
'PyVirtualDisplay==0.2.1',
7575
],
7676
packages=[

0 commit comments

Comments
 (0)