From 44d5402a93a33fe5d7d136ecb6b2e5065515ee12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:16:23 +0000 Subject: [PATCH] Update selenium requirement from <4.12.0,>4.9.0 to >4.9.0,<4.13.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](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.1...selenium-4.12.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 213431c..a6b9337 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'jq', 'python-dateutil', 'requests', - 'selenium >4.9.0, <4.12.0', + 'selenium >4.9.0, <4.13.0', 'slugify', 'watchdog' ],