Merge pull request #263 from seleniumbase/update-dependencies

Update dependencies
This commit is contained in:
Michael Mintz 2019-01-06 21:11:30 -05:00 committed by GitHub
commit 6f0fce3dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 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

@ -17,7 +17,7 @@ except IOError:
setup(
name='seleniumbase',
version='1.17.18',
version='1.17.19',
description='Reliable Browser Automation & Testing Framework',
long_description=long_description,
long_description_content_type='text/markdown',
@ -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',