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 @@ -12,7 +12,7 @@ requests==2.22.0
12
12
selenium == 3.141.0
13
13
pluggy >= 0.13.1
14
14
attrs >= 19.3.0
15
- pytest >= 4.6.7 ;python_version < "3"
15
+ pytest >= 4.6.8 ;python_version < "3"
16
16
pytest >= 5.3.2 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
@@ -22,7 +22,7 @@ pytest-metadata>=1.8.0
22
22
pytest-ordering >= 0.6
23
23
pytest-rerunfailures >= 8.0
24
24
pytest-timeout >= 1.3.3
25
- pytest-xdist >= 1.30 .0
25
+ pytest-xdist >= 1.31 .0
26
26
parameterized >= 0.7.1
27
27
soupsieve == 1.9.5
28
28
beautifulsoup4 == 4.8.1
Original file line number Diff line number Diff line change 95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
97
97
'attrs>=19.3.0' ,
98
- 'pytest>=4.6.7 ;python_version<"3"' , # For Python 2 compatibility
98
+ 'pytest>=4.6.8 ;python_version<"3"' , # For Python 2 compatibility
99
99
'pytest>=5.3.2;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
105
105
'pytest-ordering>=0.6' ,
106
106
'pytest-rerunfailures>=8.0' ,
107
107
'pytest-timeout>=1.3.3' ,
108
- 'pytest-xdist>=1.30 .0' ,
108
+ 'pytest-xdist>=1.31 .0' ,
109
109
'parameterized>=0.7.1' ,
110
110
'soupsieve==1.9.5' ,
111
111
'beautifulsoup4==4.8.1' ,
You can’t perform that action at this time.
0 commit comments