Update dependencies

This commit is contained in:
Michael Mintz 2019-01-06 21:05:43 -05:00
parent f34c016cb0
commit 21ef902c6c
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ ipdb
chardet
unittest2
selenium==3.141.0
requests==2.20.1
requests==2.21.0
urllib3==1.24.1
pytest>=4.0.2
pytest-cov>=2.6.0
pytest>=4.1.0
pytest-cov>=2.6.1
pytest-html>=1.19.0
pytest-rerunfailures>=5.0
pytest-xdist>=1.25.0

View File

@ -59,10 +59,10 @@ setup(
'chardet',
'unittest2',
'selenium==3.141.0',
'requests==2.20.1', # Changing this may effect "urllib3"
'requests==2.21.0', # Changing this may effect "urllib3"
'urllib3==1.24.1', # Keep this lib in sync with "requests"
'pytest>=4.0.2',
'pytest-cov>=2.6.0',
'pytest>=4.1.0',
'pytest-cov>=2.6.1',
'pytest-html>=1.19.0',
'pytest-rerunfailures>=5.0',
'pytest-xdist>=1.25.0',