From 76e7596926cd5ae963ff261d6521084914612ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:03:34 +0000 Subject: [PATCH] Python dependency: Bump selenium in /web/regression Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.44.0 to 4.45.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.44.0...selenium-4.45.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.45.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 cd40c3dc90e..2a6bee680d4 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.44.0 +selenium==4.45.0 testscenarios==0.5.0; python_version <= '3.9' testscenarios==0.6.2; python_version > '3.9' testtools==2.7.2; python_version <= '3.9'