Skip to content

Commit 2f8393f

Browse files
committed
Refresh pytest-metadata dependency
1 parent ca1045a commit 2f8393f

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
@@ -71,7 +71,7 @@ pytest-html==1.22.1;python_version<"3.6"
7171
pytest-html==2.0.1;python_version>="3.6"
7272
pytest-metadata==1.8.0;python_version<"3.6"
7373
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
74-
pytest-metadata==2.0.0;python_version>="3.7"
74+
pytest-metadata==2.0.1;python_version>="3.7"
7575
pytest-ordering==0.6
7676
pytest-rerunfailures==8.0;python_version<"3.5"
7777
pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
197197
'pytest-metadata==1.8.0;python_version<"3.6"',
198198
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
199-
'pytest-metadata==2.0.0;python_version>="3.7"',
199+
'pytest-metadata==2.0.1;python_version>="3.7"',
200200
"pytest-ordering==0.6",
201201
'pytest-rerunfailures==8.0;python_version<"3.5"',
202202
'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501

0 commit comments

Comments
 (0)