From 6921dc88fea4b4e2d66739dec78b0a27b1eba978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:01:16 +0000 Subject: [PATCH] Update selenium requirement in /phases/p1/harvester 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.27.0...selenium-4.46.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phases/p1/harvester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phases/p1/harvester/requirements.txt b/phases/p1/harvester/requirements.txt index f91da8e..f6c4ae2 100644 --- a/phases/p1/harvester/requirements.txt +++ b/phases/p1/harvester/requirements.txt @@ -16,7 +16,7 @@ structlog>=24.4.0 # HTTP client & scraping httpx>=0.28.0 beautifulsoup4>=4.12.0 -selenium>=4.27.0 +selenium>=4.46.0 webdriver-manager>=4.0.0 # Fuzzy matching (dedup)