From 41b472eb727fae7649e5b3f9fbb19e58492a533d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 13:26:12 +0000 Subject: [PATCH] chore(deps): update selenium requirement Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version. Updates `selenium` to 4.21.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.19.0...selenium-4.21.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33f5e0f..7847756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.10.0,<4.0.0" dependencies = [ "beautifulsoup4~=4.12.2", "nltk~=3.8.1", - "selenium~=4.19.0", + "selenium~=4.21.0", "webdriver-manager~=4.0.1", "typer~=0.12.1", "rich~=13.7.0",