From e331008f0c2095597cbc258b3519eb36f6e7b87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:10:33 +0000 Subject: [PATCH] deps: update selenium requirement from >=4.47.0 to >=4.48.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.47.0...selenium-4.48.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.48.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0eddd2f..edef479 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest>=8.4.2 pytest-cov>=6.3.0 pytest-mock>=3.15.1 -selenium>=4.47.0 +selenium>=4.48.0 webdriver-manager>=4.1.2 numpy>=2.2.6