Skip to content

Commit c5c8c0b

Browse files
committed
Update requirements to: six==1.11.0
1 parent 8e2022a commit c5c8c0b

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
@@ -6,7 +6,7 @@ nose==1.3.7
66
pytest==3.6.3
77
pytest-html==1.19.0
88
pytest-xdist==1.22.2
9-
six==1.10.0
9+
six==1.11.0
1010
flake8==3.5.0
1111
requests==2.19.1
1212
beautifulsoup4==4.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'pytest==3.6.3',
2626
'pytest-html==1.19.0',
2727
'pytest-xdist==1.22.2',
28-
'six==1.10.0',
28+
'six==1.11.0',
2929
'flake8==3.5.0',
3030
'requests==2.19.1',
3131
'beautifulsoup4==4.6.0',

0 commit comments

Comments
 (0)