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 @@ -13,7 +13,7 @@ selenium==3.141.0
13
13
pluggy >= 0.13.0
14
14
attrs >= 19.3.0
15
15
pytest >= 4.6.6 ;python_version < "3"
16
- pytest >= 5.2.4 ;python_version >= "3"
16
+ pytest >= 5.3.0 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
19
19
pytest-html == 1.22.0
@@ -22,7 +22,7 @@ pytest-ordering>=0.6
22
22
pytest-rerunfailures >= 8.0
23
23
pytest-timeout >= 1.3.3
24
24
pytest-xdist >= 1.30.0
25
- parameterized >= 0.7.0
25
+ parameterized >= 0.7.1
26
26
beautifulsoup4 >= 4.6.0
27
27
atomicwrites >= 1.3.0
28
28
portalocker >= 1.5.2
Original file line number Diff line number Diff line change 96
96
'pluggy>=0.13.0' ,
97
97
'attrs>=19.3.0' ,
98
98
'pytest>=4.6.6;python_version<"3"' , # For Python 2 compatibility
99
- 'pytest>=5.2.4 ;python_version>="3"' ,
99
+ 'pytest>=5.3.0 ;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
102
102
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
105
105
'pytest-rerunfailures>=8.0' ,
106
106
'pytest-timeout>=1.3.3' ,
107
107
'pytest-xdist>=1.30.0' ,
108
- 'parameterized>=0.7.0 ' ,
108
+ 'parameterized>=0.7.1 ' ,
109
109
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using "bs4"
110
110
'atomicwrites>=1.3.0' ,
111
111
'portalocker>=1.5.2' ,
You can’t perform that action at this time.
0 commit comments