File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
unittest2
7
7
idna == 2.8
8
8
chardet == 3.0.4
9
- urllib3 == 1.24 .3
10
- requests >= 2.21 .0
9
+ urllib3 == 1.25 .3
10
+ requests >= 2.22 .0
11
11
selenium == 3.141.0
12
- pluggy >= 0.11 .0
12
+ pluggy >= 0.12 .0
13
13
pytest >= 4.5.0
14
14
pytest-cov >= 2.7.1
15
15
pytest-forked >= 1.0.2
Original file line number Diff line number Diff line change 59
59
'unittest2' ,
60
60
'idna==2.8' , # Must stay in sync with "requests"
61
61
'chardet==3.0.4' , # Must stay in sync with "requests"
62
- 'urllib3==1.24 .3' , # Must stay in sync with "requests"
63
- 'requests>=2.21 .0' ,
62
+ 'urllib3==1.25 .3' , # Must stay in sync with "requests"
63
+ 'requests>=2.22 .0' ,
64
64
'selenium==3.141.0' ,
65
- 'pluggy>=0.11 .0' ,
65
+ 'pluggy>=0.12 .0' ,
66
66
'pytest>=4.5.0' ,
67
67
'pytest-cov>=2.7.1' ,
68
68
'pytest-forked>=1.0.2' ,
You can’t perform that action at this time.
0 commit comments