Skip to content

Commit 944465a

Browse files
committed
Upgrade to flake8==3.7.5
1 parent 1b38d42 commit 944465a

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 @@ beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7
2020
boto>=2.49.0
21-
flake8==3.7.4
21+
flake8==3.7.5
2222
PyVirtualDisplay==0.2.1
2323
-e .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',
7373
'boto>=2.49.0',
74-
'flake8==3.7.4',
74+
'flake8==3.7.5',
7575
'PyVirtualDisplay==0.2.1',
7676
],
7777
packages=[

0 commit comments

Comments
 (0)