Skip to content

Commit 91b632c

Browse files
committed
Upgrade multiple requirements to the latest version
1 parent b12a33e commit 91b632c

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pip>=9.0.1
2-
setuptools>=36.2.0
2+
setuptools>=36.3.0
33
ipython==5.4.1
4-
selenium==3.4.3
4+
selenium==3.5.0
55
nose==1.3.7
6-
pytest==3.1.3
7-
pytest-html==1.15.1
6+
pytest==3.2.1
7+
pytest-html==1.15.2
88
six==1.10.0
9-
flake8==3.3.0
10-
requests==2.18.1
9+
flake8==3.4.1
10+
requests==2.18.4
1111
BeautifulSoup4==4.6.0
1212
unittest2==1.1.0
13-
chardet==3.0.2
13+
chardet==3.0.4
1414
boto==2.48.0
1515
ipdb==0.10.2
1616
pyvirtualdisplay==0.2.1

server_requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pip>=9.0.1
2-
setuptools>=36.2.0
2+
setuptools>=36.3.0
33
ipython==5.4.1
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.1.3
7-
pytest-html==1.15.1
6+
pytest==3.2.1
7+
pytest-html==1.15.2
88
six==1.10.0
9-
flake8==3.3.0
10-
requests==2.18.1
9+
flake8==3.4.1
10+
requests==2.18.4
1111
BeautifulSoup4==4.6.0
1212
unittest2==1.1.0
13-
chardet==3.0.2
13+
chardet==3.0.4
1414
boto==2.48.0
1515
ipdb==0.10.2
1616
pyvirtualdisplay==0.2.1

server_setup.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=36.2.0',
22+
'setuptools>=36.3.0',
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',
26-
'pytest==3.1.3',
27-
'pytest-html==1.15.1',
26+
'pytest==3.2.1',
27+
'pytest-html==1.15.2',
2828
'six==1.10.0',
29-
'flake8==3.3.0',
30-
'requests==2.18.1',
29+
'flake8==3.4.1',
30+
'requests==2.18.4',
3131
'BeautifulSoup4==4.6.0',
3232
'unittest2==1.1.0',
33-
'chardet==3.0.2',
33+
'chardet==3.0.4',
3434
'boto==2.48.0',
3535
'ipdb==0.10.2',
3636
'pyvirtualdisplay==0.2.1',

setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
license='The MIT License',
1919
install_requires=[
2020
'pip>=9.0.1',
21-
'setuptools>=36.2.0',
21+
'setuptools>=36.3.0',
2222
'ipython==5.4.1',
23-
'selenium==3.4.3',
23+
'selenium==3.5.0',
2424
'nose==1.3.7',
25-
'pytest==3.1.3',
26-
'pytest-html==1.15.1',
25+
'pytest==3.2.1',
26+
'pytest-html==1.15.2',
2727
'six==1.10.0',
28-
'flake8==3.3.0',
29-
'requests==2.18.1',
28+
'flake8==3.4.1',
29+
'requests==2.18.4',
3030
'BeautifulSoup4==4.6.0',
3131
'unittest2==1.1.0',
32-
'chardet==3.0.2',
32+
'chardet==3.0.4',
3333
'boto==2.48.0',
3434
'ipdb==0.10.2',
3535
'pyvirtualdisplay==0.2.1',

0 commit comments

Comments
 (0)