Skip to content

Commit f1c91d8

Browse files
committed
Refresh Python dependencies
1 parent dc86046 commit f1c91d8

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
@@ -39,7 +39,7 @@ pluggy==1.2.0;python_version<"3.8"
3939
pluggy==1.4.0;python_version>="3.8"
4040
py==1.11.0
4141
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"
4343
pytest-html==2.0.1
4444
pytest-metadata==3.0.0;python_version<"3.8"
4545
pytest-metadata==3.1.1;python_version>="3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
'pluggy==1.4.0;python_version>="3.8"',
188188
"py==1.11.0",
189189
'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"',
191191
"pytest-html==2.0.1", # Newer ones had issues
192192
'pytest-metadata==3.0.0;python_version<"3.8"',
193193
'pytest-metadata==3.1.1;python_version>="3.8"',

0 commit comments

Comments
 (0)