From 894380b697bef35f98510b41a8ddafb2a3d21aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:22:56 +0200 Subject: [PATCH] chore(deps): update selenium requirement from ~=4.12 to ~=4.13 (#915) 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.12.0...selenium-4.13.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 552baa2d..b43ffd52 100644 --- a/Pipfile +++ b/Pipfile @@ -19,4 +19,4 @@ tox = "~=4.11" types-python-dateutil = "~=2.8" [packages] -selenium = "~=4.12" +selenium = "~=4.13"