Skip to content

Commit e34ffc2

Browse files
committed
Use Selenium 3.8.0
1 parent ebc5639 commit e34ffc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>=36.5.0
33
ipython==5.4.1
4-
selenium==3.6.0
4+
selenium==3.8.0
55
nose==1.3.7
66
pytest==3.2.3
77
pytest-html==1.16.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'pip>=9.0.1',
2222
'setuptools>=36.5.0',
2323
'ipython==5.4.1',
24-
'selenium==3.6.0',
24+
'selenium==3.8.0',
2525
'nose==1.3.7',
2626
'pytest==3.2.3',
2727
'pytest-html==1.16.0',

0 commit comments

Comments
 (0)