File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pytest-html==1.22.1;python_version<"3.6"
71
71
pytest-html == 2.0.1 ;python_version >= "3.6"
72
72
pytest-metadata == 1.8.0 ;python_version < "3.6"
73
73
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"
75
75
pytest-ordering == 0.6
76
76
pytest-rerunfailures == 8.0 ;python_version < "3.5"
77
77
pytest-rerunfailures == 9.1.1 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "2.4.26 "
2
+ __version__ = "2.4.27 "
Original file line number Diff line number Diff line change 196
196
'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
197
197
'pytest-metadata==1.8.0;python_version<"3.6"' ,
198
198
'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"' ,
200
200
"pytest-ordering==0.6" ,
201
201
'pytest-rerunfailures==8.0;python_version<"3.5"' ,
202
202
'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
You can’t perform that action at this time.
0 commit comments