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 @@ pluggy==1.2.0;python_version<"3.8"
4242pluggy == 1.5.0 ;python_version >= "3.8"
4343py == 1.11.0
4444pytest == 7.4.4 ;python_version < "3.8"
45- pytest == 8.2.2 ;python_version >= "3.8"
45+ pytest == 8.2.1 ;python_version >= "3.8"
4646pytest-html == 2.0.1
4747pytest-metadata == 3.0.0 ;python_version < "3.8"
4848pytest-metadata == 3.1.1 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 190190 'pluggy==1.5.0;python_version>="3.8"' ,
191191 "py==1.11.0" , # Needed by pytest-html
192192 'pytest==7.4.4;python_version<"3.8"' ,
193- 'pytest==8.2.2 ;python_version>="3.8"' ,
193+ 'pytest==8.2.1 ;python_version>="3.8"' ,
194194 "pytest-html==2.0.1" , # Newer ones had issues
195195 'pytest-metadata==3.0.0;python_version<"3.8"' ,
196196 'pytest-metadata==3.1.1;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments