From 1f09fb6f671e6743d3e3dc08b15b647ce8882d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:14:54 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.2.10 to 3.2.11 in /requirements Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.10 to 3.2.11. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.10...3.2.11) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/postgres.txt b/requirements/postgres.txt index c4d28e07..501a17a3 100644 --- a/requirements/postgres.txt +++ b/requirements/postgres.txt @@ -1 +1 @@ -psycopg[binary]==3.2.10 +psycopg[binary]==3.2.11