Skip to content

Commit b3f2a4a

Browse files
authored
Merge pull request #238 from seleniumbase/upgrade-requirements
Upgrade selenium, pytest, urllib3, and pyotp
2 parents 202acb9 + 6ea85a0 commit b3f2a4a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ nose
66
ipdb
77
chardet
88
unittest2
9-
selenium==3.14.1
9+
selenium==3.141.0
1010
requests==2.20.0
11-
urllib3==1.24
12-
pytest>=3.9.3
11+
urllib3==1.24.1
12+
pytest>=3.10.0
1313
pytest-cov>=2.6.0
1414
pytest-html>=1.19.0
1515
pytest-rerunfailures>=4.2
1616
pytest-xdist>=1.24.0
1717
parameterized==0.6.1
1818
beautifulsoup4>=4.6.0
19-
pyotp>=2.2.6
19+
pyotp>=2.2.7
2020
boto>=2.49.0
2121
flake8==3.6.0
2222
PyVirtualDisplay==0.2.1

setup.py

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

1818
setup(
1919
name='seleniumbase',
20-
version='1.17.2',
20+
version='1.17.3',
2121
description='All-in-One Test Automation Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -58,17 +58,17 @@
5858
'ipdb',
5959
'chardet',
6060
'unittest2',
61-
'selenium==3.14.1',
61+
'selenium==3.141.0',
6262
'requests==2.20.0', # Changing this may effect "urllib3"
63-
'urllib3==1.24', # Keep this lib in sync with "requests"
64-
'pytest>=3.9.3',
63+
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64+
'pytest>=3.10.0',
6565
'pytest-cov>=2.6.0',
6666
'pytest-html>=1.19.0',
6767
'pytest-rerunfailures>=4.2',
6868
'pytest-xdist>=1.24.0',
6969
'parameterized==0.6.1',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
71-
'pyotp>=2.2.6',
71+
'pyotp>=2.2.7',
7272
'boto>=2.49.0',
7373
'flake8==3.6.0',
7474
'PyVirtualDisplay==0.2.1',

0 commit comments

Comments
 (0)