Skip to content

Commit 65213d5

Browse files
committed
Switch to flake8==3.5.0
1 parent 684c977 commit 65213d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nose==1.3.7
66
pytest==3.4.0
77
pytest-html==1.16.1
88
six==1.10.0
9-
flake8==3.4.1
9+
flake8==3.5.0
1010
requests==2.18.4
1111
BeautifulSoup4==4.6.0
1212
unittest2==1.1.0

server_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nose==1.3.7
66
pytest==3.4.0
77
pytest-html==1.16.1
88
six==1.10.0
9-
flake8==3.4.1
9+
flake8==3.5.0
1010
requests==2.18.4
1111
BeautifulSoup4==4.6.0
1212
unittest2==1.1.0

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'pytest==3.4.0',
2727
'pytest-html==1.16.1',
2828
'six==1.10.0',
29-
'flake8==3.4.1',
29+
'flake8==3.5.0',
3030
'requests==2.18.4',
3131
'BeautifulSoup4==4.6.0',
3232
'unittest2==1.1.0',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'pytest==3.4.0',
2727
'pytest-html==1.16.1',
2828
'six==1.10.0',
29-
'flake8==3.4.1',
29+
'flake8==3.5.0',
3030
'requests==2.18.4',
3131
'BeautifulSoup4==4.6.0',
3232
'unittest2==1.1.0',

0 commit comments

Comments
 (0)