From e78832971651c5618659ac2f3f8ddc729e742e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:06:41 +0000 Subject: [PATCH] Update selenium requirement from <4.12.0,>4.9.0 to >4.9.0,<4.14.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.13.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..fbc2839 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.14.0', 'slugify', 'watchdog' ],