Update selenium to 4.8.0 (python_version>=3.7)

This commit is contained in:
Michael Mintz 2023-01-23 22:58:26 -05:00
parent 2bd47c6d6f
commit 8c7cc33c55
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ websockets==10.4;python_version>="3.7"
pyopenssl==23.0.0;python_version>="3.7"
wsproto==1.2.0;python_version>="3.7"
selenium==3.141.0;python_version<"3.7"
selenium==4.7.2;python_version>="3.7"
selenium==4.8.0;python_version>="3.7"
msedge-selenium-tools==3.141.3;python_version<"3.7"
more-itertools==8.14.0;python_version<"3.7"
more-itertools==9.0.0;python_version>="3.7"

View File

@ -164,7 +164,7 @@ setup(
'pyopenssl==23.0.0;python_version>="3.7"',
'wsproto==1.2.0;python_version>="3.7"',
'selenium==3.141.0;python_version<"3.7"',
'selenium==4.7.2;python_version>="3.7"',
'selenium==4.8.0;python_version>="3.7"',
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
'more-itertools==8.14.0;python_version<"3.7"',
'more-itertools==9.0.0;python_version>="3.7"',