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", ]