From 674bad5b39c02f78c0e14327e74bcc78a576057c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 10:41:38 +0000 Subject: [PATCH] Python dependency: Bump psycopg[c] from 3.2.8 to 3.2.9 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.2.8 to 3.2.9. - [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.8...3.2.9) --- updated-dependencies: - dependency-name: psycopg[c] dependency-version: 3.2.9 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 aa740473d53..411ac2cce52 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.8 +psycopg[c]==3.2.9 pyotp==2.* python-dateutil==2.* pytz==2025.*