File tree 6 files changed +25
-25
lines changed
6 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
- selenium==2.50.1
1
+ selenium==2.52.0
2
2
nose==1.3.7
3
- pytest==2.8.5
4
- flake8==2.5.1
3
+ pytest==2.8.7
4
+ flake8==2.5.4
5
5
requests==2.9.1
6
6
urllib3==1.14
7
7
BeautifulSoup==3.2.1
8
8
unittest2==1.1.0
9
9
chardet==2.3.0
10
- simplejson==3.8.1
11
- boto==2.38 .0
10
+ simplejson==3.8.2
11
+ boto==2.39 .0
12
12
ipdb==0.8.1
13
13
pyvirtualdisplay==0.1.5
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.1.27 ' ,
11
+ version = '1.1.28 ' ,
12
12
author = 'Michael Mintz' ,
13
13
author_email = '@mintzworld' ,
14
14
maintainer = 'Michael Mintz' ,
Original file line number Diff line number Diff line change 1
- selenium == 2.50.1
1
+ selenium == 2.52.0
2
2
nose == 1.3.7
3
- pytest == 2.8.5
4
- flake8 == 2.5.1
3
+ pytest == 2.8.7
4
+ flake8 == 2.5.4
5
5
requests == 2.9.1
6
6
urllib3 == 1.14
7
7
BeautifulSoup == 3.2.1
8
8
unittest2 == 1.1.0
9
9
chardet == 2.3.0
10
- simplejson == 3.8.1
11
- boto == 2.38 .0
10
+ simplejson == 3.8.2
11
+ boto == 2.39 .0
12
12
ipdb == 0.8.1
13
13
pyvirtualdisplay == 0.1.5
14
14
-e .
Original file line number Diff line number Diff line change 7
7
import time
8
8
9
9
SELENIUM_JAR = ("http://selenium-release.storage.googleapis.com"
10
- "/2.50 /selenium-server-standalone-2.50.1 .jar" )
11
- JAR_FILE = "selenium-server-standalone-2.50.1 .jar"
10
+ "/2.52 /selenium-server-standalone-2.52.0 .jar" )
11
+ JAR_FILE = "selenium-server-standalone-2.52.0 .jar"
12
12
13
13
14
14
def download_selenium ():
Original file line number Diff line number Diff line change 1
- selenium==2.50.1
1
+ selenium==2.52.0
2
2
nose==1.3.7
3
- pytest==2.8.5
4
- flake8==2.5.1
3
+ pytest==2.8.7
4
+ flake8==2.5.4
5
5
requests==2.9.1
6
6
urllib3==1.14
7
7
BeautifulSoup==3.2.1
8
8
unittest2==1.1.0
9
9
chardet==2.3.0
10
- simplejson==3.8.1
11
- boto==2.38.0
12
- MySQL-python==1.2.5
10
+ simplejson==3.8.2
11
+ boto==2.39.0
13
12
ipdb==0.8.1
14
13
pyvirtualdisplay==0.1.5
14
+ MySQL-python==1.2.5
15
15
-e .
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'seleniumbase' ,
9
- version = '1.1.27 ' ,
9
+ version = '1.1.28 ' ,
10
10
url = 'https://github.com/mdmintz/SeleniumBase' ,
11
11
author = 'Michael Mintz' ,
12
12
author_email = '@mintzworld' ,
13
13
maintainer = 'Michael Mintz' ,
14
14
description = 'The SeleniumBase Automation Framework' ,
15
15
license = 'The MIT License' ,
16
16
install_requires = [
17
- 'selenium==2.50.1 ' ,
17
+ 'selenium==2.52.0 ' ,
18
18
'nose==1.3.7' ,
19
- 'pytest==2.8.5 ' ,
20
- 'flake8==2.5.1 ' ,
19
+ 'pytest==2.8.7 ' ,
20
+ 'flake8==2.5.4 ' ,
21
21
'requests==2.9.1' ,
22
22
'urllib3==1.14' ,
23
23
'BeautifulSoup==3.2.1' ,
24
24
'unittest2==1.1.0' ,
25
25
'chardet==2.3.0' ,
26
- 'simplejson==3.8.1 ' ,
27
- 'boto==2.38 .0' ,
26
+ 'simplejson==3.8.2 ' ,
27
+ 'boto==2.39 .0' ,
28
28
'ipdb==0.8.1' ,
29
29
'pyvirtualdisplay==0.1.5' ,
30
30
],
You can’t perform that action at this time.
0 commit comments