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 @@ -42,7 +42,7 @@ pytest==7.4.4;python_version<"3.8"
42
42
pytest == 8.0.0 ;python_version >= "3.8"
43
43
pytest-html == 2.0.1
44
44
pytest-metadata == 3.0.0 ;python_version < "3.8"
45
- pytest-metadata == 3.1.0 ;python_version >= "3.8"
45
+ pytest-metadata == 3.1.1 ;python_version >= "3.8"
46
46
pytest-ordering == 0.6
47
47
pytest-rerunfailures == 13.0
48
48
pytest-xdist == 3.5.0
Original file line number Diff line number Diff line change 189
189
'pytest==8.0.0;python_version>="3.8"' ,
190
190
"pytest-html==2.0.1" , # Newer ones had issues
191
191
'pytest-metadata==3.0.0;python_version<"3.8"' ,
192
- 'pytest-metadata==3.1.0 ;python_version>="3.8"' ,
192
+ 'pytest-metadata==3.1.1 ;python_version>="3.8"' ,
193
193
"pytest-ordering==0.6" ,
194
194
'pytest-rerunfailures==13.0' ,
195
195
'pytest-xdist==3.5.0' ,
You can’t perform that action at this time.
0 commit comments