From 835ab0d4e7fc34f9268e7103ff6afed35e22381c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:57:39 +0000 Subject: [PATCH] deps: update selenium requirement from >=4.43.0 to >=4.44.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.43.0...selenium-4.44.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.44.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 4128fa2..d199c0d 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.43.0 +selenium>=4.44.0 webdriver-manager>=4.0.2 numpy>=2.2.6