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"
7171pytest-html == 2.0.1 ;python_version >= "3.6"
7272pytest-metadata == 1.8.0 ;python_version < "3.6"
7373pytest-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"
7575pytest-ordering == 0.6
7676pytest-rerunfailures == 8.0 ;python_version < "3.5"
7777pytest-rerunfailures == 9.1.1 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.4.26 "
2+ __version__ = "2.4.27 "
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments