Skip to content

Commit 5bd9a8e

Browse files
committed
Update the requirements
1 parent 18ec568 commit 5bd9a8e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ pip
22
ipython
33
setuptools
44
selenium==3.14.1
5-
pytest>=3.8.1
5+
pytest>=3.8.2
66
pytest-cov>=2.6.0
77
pytest-html>=1.19.0
88
pytest-rerunfailures>=4.1
9-
pytest-xdist>=1.23.0
9+
pytest-xdist>=1.23.2
1010
parameterized==0.6.1
1111
six>=1.11.0
1212
pyotp>=2.2.6
1313
requests>=2.19.1
14-
beautifulsoup4==4.6.3
15-
unittest2==1.1.0
14+
beautifulsoup4>=4.6.3
15+
unittest2>=1.1.0
1616
chardet>=3.0.4
17-
urllib3==1.23
18-
boto==2.48.0
17+
urllib3>=1.23
18+
boto>=2.49.0
1919
nose==1.3.7
2020
ipdb==0.11
2121
flake8==3.5.0

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
'ipython',
5555
'setuptools',
5656
'selenium==3.14.1',
57-
'pytest>=3.8.1',
57+
'pytest>=3.8.2',
5858
'pytest-cov>=2.6.0',
5959
'pytest-html>=1.19.0',
6060
'pytest-rerunfailures>=4.1',
61-
'pytest-xdist>=1.23.0',
61+
'pytest-xdist>=1.23.2',
6262
'parameterized==0.6.1',
6363
'six>=1.11.0',
6464
'pyotp>=2.2.6',
6565
'requests>=2.19.1',
66-
'beautifulsoup4==4.6.3',
67-
'unittest2==1.1.0',
66+
'beautifulsoup4>=4.6.3',
67+
'unittest2>=1.1.0',
6868
'chardet>=3.0.4',
69-
'urllib3==1.23',
70-
'boto==2.48.0',
69+
'urllib3>=1.23',
70+
'boto>=2.49.0',
7171
'nose==1.3.7',
7272
'ipdb==0.11',
7373
'flake8==3.5.0',

0 commit comments

Comments
 (0)