Skip to content

Commit dac9b08

Browse files
committed
Upgrade setup.py requirements
1 parent 229b322 commit dac9b08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
description='The SeleniumBase Automation Framework',
1515
license='The MIT License',
1616
install_requires=[
17-
'selenium==2.50.1',
17+
'selenium==2.52.0',
1818
'nose==1.3.7',
19-
'pytest==2.8.5',
20-
'flake8==2.5.1',
19+
'pytest==2.8.7',
20+
'flake8==2.5.4',
2121
'requests==2.9.1',
2222
'urllib3==1.14',
2323
'BeautifulSoup==3.2.1',
2424
'unittest2==1.1.0',
2525
'chardet==2.3.0',
26-
'simplejson==3.8.1',
27-
'boto==2.38.0',
26+
'simplejson==3.8.2',
27+
'boto==2.39.0',
2828
'ipdb==0.8.1',
2929
'pyvirtualdisplay==0.1.5',
3030
],

0 commit comments

Comments
 (0)