File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ nose>=1.3.7
6
6
ipdb >= 0.12.2
7
7
idna == 2.8
8
8
chardet == 3.0.4
9
- urllib3 == 1.25.3
9
+ urllib3 == 1.25.6
10
10
requests >= 2.22.0
11
11
selenium == 3.141.0
12
12
pluggy >= 0.12.0
13
13
pytest >= 4.6.5 ;python_version < "3"
14
- pytest >= 5.1.3 ;python_version >= "3"
14
+ pytest >= 5.2.0 ;python_version >= "3"
15
15
pytest-cov >= 2.7.1
16
16
pytest-forked >= 1.0.2
17
17
pytest-html == 1.22.0
Original file line number Diff line number Diff line change 88
88
'ipdb' ,
89
89
'idna==2.8' , # Must stay in sync with "requests"
90
90
'chardet==3.0.4' , # Must stay in sync with "requests"
91
- 'urllib3==1.25.3 ' , # Must stay in sync with "requests"
91
+ 'urllib3==1.25.6 ' , # Must stay in sync with "requests"
92
92
'requests>=2.22.0' ,
93
93
'selenium==3.141.0' ,
94
94
'pluggy>=0.12.0' ,
95
95
'pytest>=4.6.5;python_version<"3"' , # For Python 2 compatibility
96
- 'pytest>=5.1.3 ;python_version>="3"' ,
96
+ 'pytest>=5.2.0 ;python_version>="3"' ,
97
97
'pytest-cov>=2.7.1' ,
98
98
'pytest-forked>=1.0.2' ,
99
99
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
You can’t perform that action at this time.
0 commit comments