Skip to content

Commit 2bc3f00

Browse files
committed
Update versions of setuptools, pytest, and requests
1 parent e68fc65 commit 2bc3f00

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pip>=9.0.1
2-
setuptools>=36.0.1
2+
setuptools>=36.2.0
33
ipython==5.4.1
44
selenium==3.4.3
55
nose>=1.3.7
6-
pytest>=3.1.1
6+
pytest>=3.1.3
77
pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
10-
requests>=2.13.0
10+
requests>=2.18.1
1111
urllib3==1.21.1
1212
BeautifulSoup4==4.6.0
1313
unittest2>=1.1.0

server_requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pip>=9.0.1
2-
setuptools>=36.0.1
2+
setuptools>=36.2.0
33
ipython==5.4.1
44
selenium==2.53.6
55
nose>=1.3.7
6-
pytest>=3.1.1
6+
pytest>=3.1.3
77
pytest-html>=1.15.1
88
six>=1.10.0
99
flake8>=3.3.0
10-
requests>=2.13.0
10+
requests>=2.18.1
1111
urllib3==1.21.1
1212
BeautifulSoup4==4.6.0
1313
unittest2>=1.1.0

server_setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=36.0.1',
22+
'setuptools>=36.2.0',
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
2525
'nose>=1.3.7',
26-
'pytest>=3.1.1',
26+
'pytest>=3.1.3',
2727
'pytest-html>=1.15.1',
2828
'six>=1.10.0',
2929
'flake8>=3.3.0',
30-
'requests>=2.13.0',
30+
'requests>=2.18.1',
3131
'urllib3==1.21.1',
3232
'BeautifulSoup4==4.6.0',
3333
'unittest2>=1.1.0',

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
license='The MIT License',
1919
install_requires=[
2020
'pip>=9.0.1',
21-
'setuptools>=36.0.1',
21+
'setuptools>=36.2.0',
2222
'ipython==5.4.1',
2323
'selenium==3.4.3',
2424
'nose>=1.3.7',
25-
'pytest>=3.1.1',
25+
'pytest>=3.1.3',
2626
'pytest-html>=1.15.1',
2727
'six>=1.10.0',
2828
'flake8>=3.3.0',
29-
'requests>=2.13.0',
29+
'requests>=2.18.1',
3030
'urllib3==1.21.1',
3131
'BeautifulSoup4==4.6.0',
3232
'unittest2>=1.1.0',

0 commit comments

Comments
 (0)