File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ ipython==5.4.1
4
4
selenium == 3.4.3
5
5
nose >= 1.3.7
6
6
pytest >= 3.1.1
7
- pytest-html >= 1.14.2
7
+ pytest-html >= 1.15.1
8
8
six >= 1.10.0
9
9
flake8 >= 3.3.0
10
10
requests >= 2.13.0
11
- urllib3 >= 1.20
11
+ urllib3 == 1.21.1
12
12
BeautifulSoup4 == 4.6.0
13
13
unittest2 >= 1.1.0
14
14
chardet >= 3.0.2
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ ipython==5.4.1
4
4
selenium==2.53.6
5
5
nose>=1.3.7
6
6
pytest>=3.1.1
7
- pytest-html>=1.14.2
7
+ pytest-html>=1.15.1
8
8
six>=1.10.0
9
9
flake8>=3.3.0
10
10
requests>=2.13.0
11
- urllib3>=1.20
11
+ urllib3==1.21.1
12
12
BeautifulSoup4==4.6.0
13
13
unittest2>=1.1.0
14
14
chardet>=3.0.2
Original file line number Diff line number Diff line change 24
24
'selenium==2.53.6' ,
25
25
'nose>=1.3.7' ,
26
26
'pytest>=3.1.1' ,
27
- 'pytest-html>=1.14.2 ' ,
27
+ 'pytest-html>=1.15.1 ' ,
28
28
'six>=1.10.0' ,
29
29
'flake8>=3.3.0' ,
30
30
'requests>=2.13.0' ,
31
- 'urllib3>=1.20 ' ,
31
+ 'urllib3==1.21.1 ' ,
32
32
'BeautifulSoup4==4.6.0' ,
33
33
'unittest2>=1.1.0' ,
34
34
'chardet>=3.0.2' ,
Original file line number Diff line number Diff line change 23
23
'selenium==3.4.3' ,
24
24
'nose>=1.3.7' ,
25
25
'pytest>=3.1.1' ,
26
- 'pytest-html>=1.14.2 ' ,
26
+ 'pytest-html>=1.15.1 ' ,
27
27
'six>=1.10.0' ,
28
28
'flake8>=3.3.0' ,
29
29
'requests>=2.13.0' ,
30
- 'urllib3>=1.20 ' ,
30
+ 'urllib3==1.21.1 ' ,
31
31
'BeautifulSoup4==4.6.0' ,
32
32
'unittest2>=1.1.0' ,
33
33
'chardet>=3.0.2' ,
You can’t perform that action at this time.
0 commit comments