Skip to content

Commit 20bad75

Browse files
authored
Merge pull request #1260 from seleniumbase/refresh-pytest-metadata
Refresh pytest-metadata dependency
2 parents ca1045a + dc5ffed commit 20bad75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "2.4.26"
2+
__version__ = "2.4.27"

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)