From 6b6f1dad63ad45a0f472fe9f17d5c0eece7576d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 10:05:00 +0000 Subject: [PATCH] Python dependency: Bump psycopg Bumps the regression-python-minor-and-patch group in /web/regression with 1 update: [psycopg](https://github.com/psycopg/psycopg). Updates `psycopg` from 3.3.5 to 3.3.6 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.5...3.3.6) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regression-python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 104b76588e6..69895fa0b23 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.5; python_version >= '3.10' +psycopg[c]==3.3.6; python_version >= '3.10' pyotp==2.* python-dateutil==2.* pytz==2026.*