Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f0fce3

Browse files
authoredJan 7, 2019
Merge pull request #263 from seleniumbase/update-dependencies
Update dependencies
2 parents f34c016 + 1862a8a commit 6f0fce3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9-
requests==2.20.1
9+
requests==2.21.0
1010
urllib3==1.24.1
11-
pytest>=4.0.2
12-
pytest-cov>=2.6.0
11+
pytest>=4.1.0
12+
pytest-cov>=2.6.1
1313
pytest-html>=1.19.0
1414
pytest-rerunfailures>=5.0
1515
pytest-xdist>=1.25.0

‎setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.17.18',
20+
version='1.17.19',
2121
description='Reliable Browser Automation & Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -59,10 +59,10 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62-
'requests==2.20.1', # Changing this may effect "urllib3"
62+
'requests==2.21.0', # Changing this may effect "urllib3"
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64-
'pytest>=4.0.2',
65-
'pytest-cov>=2.6.0',
64+
'pytest>=4.1.0',
65+
'pytest-cov>=2.6.1',
6666
'pytest-html>=1.19.0',
6767
'pytest-rerunfailures>=5.0',
6868
'pytest-xdist>=1.25.0',

0 commit comments

Comments
 (0)
Please sign in to comment.