Skip to content

Commit f79822a

Browse files
committed
Refresh Python dependencies
1 parent c6236e2 commit f79822a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pytest==7.4.4;python_version<"3.8"
4242
pytest==8.0.0;python_version>="3.8"
4343
pytest-html==2.0.1
4444
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"
4646
pytest-ordering==0.6
4747
pytest-rerunfailures==13.0
4848
pytest-xdist==3.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
'pytest==8.0.0;python_version>="3.8"',
190190
"pytest-html==2.0.1", # Newer ones had issues
191191
'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"',
193193
"pytest-ordering==0.6",
194194
'pytest-rerunfailures==13.0',
195195
'pytest-xdist==3.5.0',

0 commit comments

Comments
 (0)