Skip to content

Commit 6eca124

Browse files
chore(deps): update selenium requirement from ~=4.2 to ~=4.3 (appium#736)
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.3.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4e17a3 commit 6eca124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77
pre-commit = "~=2.19"
88

99
[packages]
10-
selenium = "~=4.2"
10+
selenium = "~=4.3"
1111

1212
black = "==22.3.0"
1313

0 commit comments

Comments
 (0)