Skip to content

Commit 937334f

Browse files
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](SeleniumHQ/selenium@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] <support@github.com>
1 parent 9b19cc5 commit 937334f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = {"text" = "Mozilla Public License 2.0 (MPL 2.0)"}
1414
keywords = ["axe-core", "selenium", "pytest-selenium", "accessibility" , "automation", "mozilla"]
1515
requires-python = ">=3.12"
1616
dependencies = [
17-
"selenium>=4.2",
17+
"selenium>=4.43.0",
1818
"pytest>=3.0",
1919
]
2020

0 commit comments

Comments
 (0)