From 219c79d17e24d1b9277de61b42577876bcf2dbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:09:32 +0000 Subject: [PATCH] deps: update selenium requirement from >=4.48.0 to >=4.49.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.48.0...selenium-4.49.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.49.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 edef479..e842e02 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.48.0 +selenium>=4.49.0 webdriver-manager>=4.1.2 numpy>=2.2.6