From 937334f701be5ebef78421ac675fc318df6f98ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:11:18 +0000 Subject: [PATCH] Update selenium requirement from >=4.2 to >=4.43.0 Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.2.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c08e7..49d785a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = {"text" = "Mozilla Public License 2.0 (MPL 2.0)"} keywords = ["axe-core", "selenium", "pytest-selenium", "accessibility" , "automation", "mozilla"] requires-python = ">=3.12" dependencies = [ - "selenium>=4.2", + "selenium>=4.43.0", "pytest>=3.0", ]