Skip to content

Commit 6f8ceab

Browse files
committed
Refresh Python dependencies
1 parent adf244c commit 6f8ceab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ iniconfig==2.3.0;python_version>="3.10"
6565
pluggy==1.5.0;python_version<"3.9"
6666
pluggy==1.6.0;python_version>="3.9"
6767
pytest==8.3.5;python_version<"3.9"
68-
pytest==8.4.2;python_version>="3.9"
68+
pytest==8.4.2;python_version>="3.9" and python_version<"3.11"
69+
pytest==9.0.1;python_version>="3.11"
6970
pytest-html==4.0.2
7071
pytest-metadata==3.1.1
7172
pytest-ordering==0.6

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
'pluggy==1.5.0;python_version<"3.9"',
215215
'pluggy==1.6.0;python_version>="3.9"',
216216
'pytest==8.3.5;python_version<"3.9"',
217-
'pytest==8.4.2;python_version>="3.9"',
217+
'pytest==8.4.2;python_version>="3.9" and python_version<"3.11"',
218+
'pytest==9.0.1;python_version>="3.11"',
218219
"pytest-html==4.0.2", # Newer ones had issues
219220
'pytest-metadata==3.1.1',
220221
"pytest-ordering==0.6",

0 commit comments

Comments
 (0)