From 7f4477b1a1a25568acae0c28d2e63626e1644f7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:38:03 +0000 Subject: [PATCH] fix(deps): update dependency selenium to v4.26.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3da48f059f..18a46a01ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -875,13 +875,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "selenium" -version = "4.25.0" +version = "4.26.1" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.25.0-py3-none-any.whl", hash = "sha256:3798d2d12b4a570bc5790163ba57fef10b2afee958bf1d80f2a3cf07c4141f33"}, - {file = "selenium-4.25.0.tar.gz", hash = "sha256:95d08d3b82fb353f3c474895154516604c7f0e6a9a565ae6498ef36c9bac6921"}, + {file = "selenium-4.26.1-py3-none-any.whl", hash = "sha256:1db3f3a0cd5bb07624fa8a3905a6fdde1595a42185a0617077c361dc53d104fb"}, + {file = "selenium-4.26.1.tar.gz", hash = "sha256:7640f3f08ae7f4e450f895678e8a10a55eb4e4ca18311ed675ecc4684b96b683"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "56e4c487b397ebbcf6a85e2188c5995e7aa9f23bc2db61b640d9a72d2d6c734c" +content-hash = "1cf6382bb14b98c43a27067e979910110f6c352bc9288f1aba950aafcda29b6b" diff --git a/pyproject.toml b/pyproject.toml index 4cb1bff8d4..a017170c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.11" python-dotenv = "1.0.1" requests = "2.32.3" requests-toolbelt = "1.0.0" -selenium = "4.25.0" +selenium = "4.26.1" tenacity = "9.0.0" visual-regression-tracker = "4.9.0" xlrd = "2.0.1"