Skip to content

Commit e68fc65

Browse files
committed
Update versions of pytest-html and urllib3
1 parent 898c9d2 commit e68fc65

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ipython==5.4.1
44
selenium==3.4.3
55
nose>=1.3.7
66
pytest>=3.1.1
7-
pytest-html>=1.14.2
7+
pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
1010
requests>=2.13.0
11-
urllib3>=1.20
11+
urllib3==1.21.1
1212
BeautifulSoup4==4.6.0
1313
unittest2>=1.1.0
1414
chardet>=3.0.2

server_requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ipython==5.4.1
44
selenium==2.53.6
55
nose>=1.3.7
66
pytest>=3.1.1
7-
pytest-html>=1.14.2
7+
pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
1010
requests>=2.13.0
11-
urllib3>=1.20
11+
urllib3==1.21.1
1212
BeautifulSoup4==4.6.0
1313
unittest2>=1.1.0
1414
chardet>=3.0.2

server_setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
'selenium==2.53.6',
2525
'nose>=1.3.7',
2626
'pytest>=3.1.1',
27-
'pytest-html>=1.14.2',
27+
'pytest-html>=1.15.1',
2828
'six>=1.10.0',
2929
'flake8>=3.3.0',
3030
'requests>=2.13.0',
31-
'urllib3>=1.20',
31+
'urllib3==1.21.1',
3232
'BeautifulSoup4==4.6.0',
3333
'unittest2>=1.1.0',
3434
'chardet>=3.0.2',

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
'selenium==3.4.3',
2424
'nose>=1.3.7',
2525
'pytest>=3.1.1',
26-
'pytest-html>=1.14.2',
26+
'pytest-html>=1.15.1',
2727
'six>=1.10.0',
2828
'flake8>=3.3.0',
2929
'requests>=2.13.0',
30-
'urllib3>=1.20',
30+
'urllib3==1.21.1',
3131
'BeautifulSoup4==4.6.0',
3232
'unittest2>=1.1.0',
3333
'chardet>=3.0.2',

0 commit comments

Comments
 (0)