From e91b3a1ac5d8785962149ee5a046fd03d6b559fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:46:17 +0000 Subject: [PATCH] chore(deps): update selenium requirement from ~=4.13 to ~=4.14 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.13.0...selenium-4.14.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b43ffd52..d09240f1 100644 --- a/Pipfile +++ b/Pipfile @@ -19,4 +19,4 @@ tox = "~=4.11" types-python-dateutil = "~=2.8" [packages] -selenium = "~=4.13" +selenium = "~=4.14"