Skip to content

Commit c9280da

Browse files
committed
Upgrading to selenium==3.8.1
1 parent d3f740c commit c9280da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=9.0.1
22
setuptools>=38.5.1
33
ipython==5.4.1
4-
selenium==3.8.0
4+
selenium==3.8.1
55
nose==1.3.7
66
pytest==3.4.0
77
pytest-html==1.16.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
The setup package to install SeleniumBase dependencies and plugins
3-
(Uses the newer Selenium 3.8.0)
3+
(Uses the newer Selenium 3.8.1)
44
"""
55

66
import os
@@ -21,7 +21,7 @@
2121
'pip>=9.0.1',
2222
'setuptools>=38.5.1',
2323
'ipython==5.4.1',
24-
'selenium==3.8.0',
24+
'selenium==3.8.1',
2525
'nose==1.3.7',
2626
'pytest==3.4.0',
2727
'pytest-html==1.16.1',

0 commit comments

Comments
 (0)