From ec96f91336e643538a01549b0690fbb4a3002757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:04:04 +0000 Subject: [PATCH] Python dependency: bump psycopg in the python-minor-and-patch group Bumps the python-minor-and-patch group with 1 update: [psycopg](https://github.com/psycopg/psycopg). 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) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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 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.*