diff --git a/poetry.lock b/poetry.lock index e0785f3458..577247ba30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -875,13 +875,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "selenium" -version = "4.26.1" +version = "4.27.1" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.26.1-py3-none-any.whl", hash = "sha256:1db3f3a0cd5bb07624fa8a3905a6fdde1595a42185a0617077c361dc53d104fb"}, - {file = "selenium-4.26.1.tar.gz", hash = "sha256:7640f3f08ae7f4e450f895678e8a10a55eb4e4ca18311ed675ecc4684b96b683"}, + {file = "selenium-4.27.1-py3-none-any.whl", hash = "sha256:b89b1f62b5cfe8025868556fe82360d6b649d464f75d2655cb966c8f8447ea18"}, + {file = "selenium-4.27.1.tar.gz", hash = "sha256:5296c425a75ff1b44d0d5199042b36a6d1ef76c04fb775b97b40be739a9caae2"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d1bb9593a6247e3104d80d29010d084a511f7aa845cdd46e4ddf710c456d6fc9" +content-hash = "67d2f1836199a3abb012598fc6628f6d8b72ed583b4fab945b96fa8670b839c1" diff --git a/pyproject.toml b/pyproject.toml index 1aef6957bb..83bbc71e28 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.26.1" +selenium = "4.27.1" tenacity = "9.0.0" visual-regression-tracker = "4.9.0" xlrd = "2.0.1"