From e85f7c5774a9451ea9ac2868cccb2d38e1b67a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:17:50 +0000 Subject: [PATCH] Bump selenium from 4.23.1 to 4.24.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.24.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.24.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f64b0b1e..2309fdf8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "le_utils>=0.1.26", "requests_file", "beautifulsoup4>=4.6.3,<4.9.0", # pinned to match versions in le-pycaption - "selenium==4.23.1", + "selenium==4.24.0", "yt-dlp==2024.8.1", "html5lib", "cachecontrol==0.12.11",