Merge pull request #3653 from seleniumbase/selenium-update

Selenium update
This commit is contained in:
Michael Mintz 2025-04-06 20:54:55 -04:00 committed by GitHub
commit 94fd008a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ trio-websocket==0.12.2
wsproto==1.2.0
websocket-client==1.8.0
selenium==4.27.1;python_version<"3.9"
selenium==4.30.0;python_version>="3.9"
selenium==4.31.0;python_version>="3.9"
cssselect==1.2.0;python_version<"3.9"
cssselect==1.3.0;python_version>="3.9"
sortedcontainers==2.4.0
@ -74,7 +74,7 @@ rich>=14.0.0,<15
coverage>=7.6.1;python_version<"3.9"
coverage>=7.8.0;python_version>="3.9"
pytest-cov>=5.0.0;python_version<"3.9"
pytest-cov>=6.1.0;python_version>="3.9"
pytest-cov>=6.1.1;python_version>="3.9"
flake8==5.0.4;python_version<"3.9"
flake8==7.2.0;python_version>="3.9"
mccabe==0.7.0

View File

@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.36.5"
__version__ = "4.37.0"

View File

@ -193,7 +193,7 @@ setup(
'wsproto==1.2.0',
'websocket-client==1.8.0',
'selenium==4.27.1;python_version<"3.9"',
'selenium==4.30.0;python_version>="3.9"',
'selenium==4.31.0;python_version>="3.9"',
'cssselect==1.2.0;python_version<"3.9"',
'cssselect==1.3.0;python_version>="3.9"',
"sortedcontainers==2.4.0",
@ -232,7 +232,7 @@ setup(
'coverage>=7.6.1;python_version<"3.9"',
'coverage>=7.8.0;python_version>="3.9"',
'pytest-cov>=5.0.0;python_version<"3.9"',
'pytest-cov>=6.1.0;python_version>="3.9"',
'pytest-cov>=6.1.1;python_version>="3.9"',
],
# pip install -e .[flake8]
# Usage: flake8