From 856c49ad4004bdc57d025ca9eaff59f2ade87451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 11:11:28 +0000 Subject: [PATCH] Python dependency: Bump psycopg[c] from 3.2.6 to 3.2.7 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.2.6 to 3.2.7. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.7) --- updated-dependencies: - dependency-name: psycopg[c] dependency-version: 3.2.7 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 151283493cb..46a4e087805 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ ldap3==2.* libgravatar==1.0.* passlib==1.* psutil==7.0.* -psycopg[c]==3.2.6 +psycopg[c]==3.2.7 pyotp==2.* python-dateutil==2.* pytz==2025.*