Skip to content

Commit 03daf3e

Browse files
authored
Merge branch 'trunk' into py-support-ipv6-only-systems
2 parents 7e9888a + b3d3a1a commit 03daf3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ compile_pip_requirements(
6363
],
6464
)
6565

66-
SE_VERSION = "4.35.0.202506301117"
66+
SE_VERSION = "4.34.1"
6767

6868
BROWSER_VERSIONS = [
6969
"v137",

py/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 4.34.1
2+
* Updated urllib3 due to security issue https://github.com/urllib3/urllib3/security/advisories/GHSA-48p4-8xcf-vxj5
3+
14
Selenium 4.34.0
25
* Add CDP for Chrome 138 and remove 135
36
* Upgrade type hints (#15784)

py/requirements_lock.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ jeepney==0.9.0 \
364364
--hash=sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732
365365
# via
366366
# -r py/requirements.txt
367-
# keyring
368367
# secretstorage
369368
keyring==25.6.0 \
370369
--hash=sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66 \
@@ -652,9 +651,7 @@ rich==14.0.0 \
652651
secretstorage==3.3.3 \
653652
--hash=sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77 \
654653
--hash=sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99
655-
# via
656-
# -r py/requirements.txt
657-
# keyring
654+
# via -r py/requirements.txt
658655
sniffio==1.3.1 \
659656
--hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \
660657
--hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc

0 commit comments

Comments
 (0)