From acdb3dbf8f7a01dfc4a258c3c87566266cc2b0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:42:37 +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.22.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.19.0...selenium-4.22.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..bb99bcd 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.22.0", "webdriver-manager~=4.0.1", "typer~=0.12.1", "rich~=13.7.0",