From 0224e9b2f2355eb9694042c391f6970cf9bceca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:53:09 +0000 Subject: [PATCH] Python dependency: Bump psycopg[c] in /web/regression Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.3.2 to 3.3.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: psycopg[c] dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-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 d9270629983..44d07e81e8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ paramiko==3.5.1 passlib==1.* psutil==7.2.* psycopg[c]==3.2.13; python_version < '3.10' -psycopg[c]==3.3.2; python_version >= '3.10' +psycopg[c]==3.3.3; python_version >= '3.10' pyotp==2.* python-dateutil==2.* pytz==2025.*