From 5aa7e25cdfe819ee75a3cbfca941e9ea6aedb95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:39:50 +0000 Subject: [PATCH] Python dependency: Bump selenium in /web/regression Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.43.0 to 4.44.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/regression/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index 85afbb1723c..16d12403c0c 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -27,7 +27,7 @@ linecache2==1.0.0 pbr==7.0.3 pycodestyle>=2.14.0 python-mimeparse==2.0.0 -selenium==4.43.0 +selenium==4.44.0 testscenarios==0.5.0; python_version <= '3.9' testscenarios==0.6.1; python_version > '3.9' testtools==2.7.2; python_version <= '3.9'