Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94fd008

Browse files
authored
Merge pull request #3653 from seleniumbase/selenium-update
Selenium update
2 parents 9c96a8c + 0f3b0e9 commit 94fd008

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ trio-websocket==0.12.2
4444
wsproto==1.2.0
4545
websocket-client==1.8.0
4646
selenium==4.27.1;python_version<"3.9"
47-
selenium==4.30.0;python_version>="3.9"
47+
selenium==4.31.0;python_version>="3.9"
4848
cssselect==1.2.0;python_version<"3.9"
4949
cssselect==1.3.0;python_version>="3.9"
5050
sortedcontainers==2.4.0
@@ -74,7 +74,7 @@ rich>=14.0.0,<15
7474
coverage>=7.6.1;python_version<"3.9"
7575
coverage>=7.8.0;python_version>="3.9"
7676
pytest-cov>=5.0.0;python_version<"3.9"
77-
pytest-cov>=6.1.0;python_version>="3.9"
77+
pytest-cov>=6.1.1;python_version>="3.9"
7878
flake8==5.0.4;python_version<"3.9"
7979
flake8==7.2.0;python_version>="3.9"
8080
mccabe==0.7.0

‎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__ = "4.36.5"
2+
__version__ = "4.37.0"

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
'wsproto==1.2.0',
194194
'websocket-client==1.8.0',
195195
'selenium==4.27.1;python_version<"3.9"',
196-
'selenium==4.30.0;python_version>="3.9"',
196+
'selenium==4.31.0;python_version>="3.9"',
197197
'cssselect==1.2.0;python_version<"3.9"',
198198
'cssselect==1.3.0;python_version>="3.9"',
199199
"sortedcontainers==2.4.0",
@@ -232,7 +232,7 @@
232232
'coverage>=7.6.1;python_version<"3.9"',
233233
'coverage>=7.8.0;python_version>="3.9"',
234234
'pytest-cov>=5.0.0;python_version<"3.9"',
235-
'pytest-cov>=6.1.0;python_version>="3.9"',
235+
'pytest-cov>=6.1.1;python_version>="3.9"',
236236
],
237237
# pip install -e .[flake8]
238238
# Usage: flake8

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /