Skip to content

Commit e2722e1

Browse files
committed
Update versions of selenium, pytest, and ipython
1 parent 8ca1165 commit e2722e1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pip
22
setuptools
3-
ipython==5.5.0
4-
selenium==3.8.1
3+
ipython==5.6.0
4+
selenium==3.11.0
55
nose==1.3.7
6-
pytest==3.5.0
7-
pytest-html==1.16.1
6+
pytest==3.5.1
7+
pytest-html==1.17.0
88
pytest-xdist==1.22.2
99
six==1.10.0
1010
flake8==3.5.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
install_requires=[
2020
'pip',
2121
'setuptools',
22-
'ipython==5.5.0',
23-
'selenium==3.8.1',
22+
'ipython==5.6.0',
23+
'selenium==3.11.0',
2424
'nose==1.3.7',
25-
'pytest==3.5.0',
26-
'pytest-html==1.16.1',
25+
'pytest==3.5.1',
26+
'pytest-html==1.17.0',
2727
'pytest-xdist==1.22.2',
2828
'six==1.10.0',
2929
'flake8==3.5.0',

0 commit comments

Comments
 (0)