From acce2ba09a3ede45cb8917d072374b0c90410f22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:58:37 +0000 Subject: [PATCH] Update dependency selenium to v4.45.0 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 08b5762..b1e635f 100644 --- a/Pipfile +++ b/Pipfile @@ -3,7 +3,7 @@ pytest = "==9.1.0" pytest-xdist = "==3.8.0" Appium-Python-Client = "==5.3.1" PyYAML = "==6.0.3" -selenium = "==4.44.0" +selenium = "==4.45.0" sa11y = "*" sauceclient = "==1.0.2" robotframework = "==7.4.2" diff --git a/Pipfile.lock b/Pipfile.lock index 00deba1..6dde8d5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "db6b3f9f1524b73307c04dd7000b8b52b2a3eb0418c2b0a6b862be304bdea6ec" + "sha256": "8c2d6704f8539394ea4b01653bb8fed4850808f064ef2bb71a10d81e287010b3" }, "pipfile-spec": 6, "requires": {}, @@ -669,12 +669,12 @@ }, "selenium": { "hashes": [ - "sha256:b03a831fcfcab9d912b4682f60718c48a04560d6c62f7496c16b7498c9a4427e", - "sha256:d01ea3e5ecad8149460a765f7cf5177194c21dcc0173093fc05427c289b1bf24" + "sha256:1fd9d0dc08192b2f8100e264ed720f83b05d2dd3a7feff673df04e0c7580df4b", + "sha256:563f0c4102f112df1cda30d46ce6d177b2e4a7a3d4b0756902d5dc84d3a8a365" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==4.44.0" + "version": "==4.45.0" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index f50e756..96564d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ robotframework-pythonlibcore==4.6.0 robotframework-seleniumlibrary==6.9.0 robotframework==7.4.2 sauceclient==1.0.2 -selenium==4.44.0 +selenium==4.45.0 six==1.17.0 toml==0.10.2 urllib3==2.7.0