File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pytest-metadata==1.11.0;python_version<"3.7"
67
67
pytest-metadata == 2.0.4 ;python_version >= "3.7"
68
68
pytest-ordering == 0.6
69
69
pytest-rerunfailures == 10.3 ;python_version < "3.7"
70
- pytest-rerunfailures == 11.1.1 ;python_version >= "3.7"
70
+ pytest-rerunfailures == 11.1.2 ;python_version >= "3.7"
71
71
pytest-xdist == 2.5.0 ;python_version < "3.7"
72
72
pytest-xdist == 3.2.0 ;python_version >= "3.7"
73
73
parameterized == 0.8.1
Original file line number Diff line number Diff line change 191
191
'pytest-metadata==2.0.4;python_version>="3.7"' ,
192
192
"pytest-ordering==0.6" ,
193
193
'pytest-rerunfailures==10.3;python_version<"3.7"' ,
194
- 'pytest-rerunfailures==11.1.1 ;python_version>="3.7"' ,
194
+ 'pytest-rerunfailures==11.1.2 ;python_version>="3.7"' ,
195
195
'pytest-xdist==2.5.0;python_version<"3.7"' ,
196
196
'pytest-xdist==3.2.0;python_version>="3.7"' ,
197
197
"parameterized==0.8.1" ,
You can’t perform that action at this time.
0 commit comments