Skip to content

Commit 4d45aac

Browse files
committed
Update requirements (pytest, pytest-html, and requests)
1 parent 4a2c2a5 commit 4d45aac

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
@@ -3,12 +3,12 @@ setuptools
33
ipython==5.6.0
44
selenium==3.11.0
55
nose==1.3.7
6-
pytest==3.5.1
7-
pytest-html==1.17.0
6+
pytest==3.6.3
7+
pytest-html==1.19.0
88
pytest-xdist==1.22.2
99
six==1.10.0
1010
flake8==3.5.0
11-
requests==2.18.4
11+
requests==2.19.1
1212
beautifulsoup4==4.6.0
1313
unittest2==1.1.0
1414
chardet==3.0.4

setup.py

Lines changed: 4 additions & 4 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 selenium 3.x and is compatible with Python 2.7+ and Python 3.4+)
3+
(Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.6+)
44
"""
55

66
from setuptools import setup, find_packages # noqa
@@ -22,12 +22,12 @@
2222
'ipython==5.6.0',
2323
'selenium==3.11.0',
2424
'nose==1.3.7',
25-
'pytest==3.5.1',
26-
'pytest-html==1.17.0',
25+
'pytest==3.6.3',
26+
'pytest-html==1.19.0',
2727
'pytest-xdist==1.22.2',
2828
'six==1.10.0',
2929
'flake8==3.5.0',
30-
'requests==2.18.4',
30+
'requests==2.19.1',
3131
'beautifulsoup4==4.6.0',
3232
'unittest2==1.1.0',
3333
'chardet==3.0.4',

0 commit comments

Comments
 (0)