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 @@ -39,7 +39,7 @@ pluggy==1.2.0;python_version<"3.8"
39
39
pluggy == 1.4.0 ;python_version >= "3.8"
40
40
py == 1.11.0
41
41
pytest == 7.4.4 ;python_version < "3.8"
42
- pytest == 8.0.2 ;python_version >= "3.8"
42
+ pytest == 8.1.1 ;python_version >= "3.8"
43
43
pytest-html == 2.0.1
44
44
pytest-metadata == 3.0.0 ;python_version < "3.8"
45
45
pytest-metadata == 3.1.1 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 187
187
'pluggy==1.4.0;python_version>="3.8"' ,
188
188
"py==1.11.0" ,
189
189
'pytest==7.4.4;python_version<"3.8"' ,
190
- 'pytest==8.0.2 ;python_version>="3.8"' ,
190
+ 'pytest==8.1.1 ;python_version>="3.8"' ,
191
191
"pytest-html==2.0.1" , # Newer ones had issues
192
192
'pytest-metadata==3.0.0;python_version<"3.8"' ,
193
193
'pytest-metadata==3.1.1;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments