Skip to content

Commit c9a696b

Browse files
committed
Refresh dependencies to officially allow Python 3.11 and up
1 parent 289c214 commit c9a696b

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
@@ -70,7 +70,7 @@ pytest-html==1.22.1;python_version<"3.6"
7070
pytest-html==2.0.1;python_version>="3.6"
7171
pytest-metadata==1.8.0;python_version<"3.6"
7272
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
73-
pytest-metadata==2.0.1;python_version>="3.7"
73+
pytest-metadata==2.0.2;python_version>="3.7"
7474
pytest-ordering==0.6
7575
pytest-rerunfailures==8.0;python_version<"3.6"
7676
pytest-rerunfailures==10.2;python_version>="3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
196196
'pytest-metadata==1.8.0;python_version<"3.6"',
197197
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
198-
'pytest-metadata==2.0.1;python_version>="3.7"',
198+
'pytest-metadata==2.0.2;python_version>="3.7"',
199199
"pytest-ordering==0.6",
200200
'pytest-rerunfailures==8.0;python_version<"3.6"',
201201
'pytest-rerunfailures==10.2;python_version>="3.6"',

0 commit comments

Comments
 (0)