From cc5e2ee4779a1f60c012cbc4a0f666ae4f246f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:04:13 +0000 Subject: [PATCH] Python dependency: bump the regression-python-minor-and-patch group Bumps the regression-python-minor-and-patch group in /web/regression with 2 updates: [psycopg](https://github.com/psycopg/psycopg) and [selenium](https://github.com/SeleniumHQ/Selenium). Updates `psycopg` from 3.3.4 to 3.3.5 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) Updates `selenium` from 4.48.0 to 4.49.0 - [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: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regression-python-minor-and-patch - dependency-name: selenium dependency-version: 4.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regression-python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- web/regression/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a2fdf15f3e8..104b76588e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ libgravatar==1.0.* paramiko==3.5.1 psutil==7.2.* psycopg[c]==3.2.13; python_version < '3.10' -psycopg[c]==3.3.4; python_version >= '3.10' +psycopg[c]==3.3.5; python_version >= '3.10' pyotp==2.* python-dateutil==2.* pytz==2026.* diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index 9722bc8f580..9ce3b0fe0e9 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -28,7 +28,7 @@ pbr==7.0.3 pycodestyle>=2.14.0 python-mimeparse==2.0.0 selenium==4.44.0; python_version <= '3.9' -selenium==4.48.0; python_version > '3.9' +selenium==4.49.0; python_version > '3.9' testscenarios==0.5.0; python_version <= '3.9' testscenarios==0.7.0; python_version > '3.9' testtools==2.7.2; python_version <= '3.9'