From 30a4500f7c7c5e7811a449b8031f829a24b8b241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:30:56 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.2.6 to 3.2.11 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.6 to 3.2.11. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.11) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.11 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 730f64c..2c552d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ mako==1.3.9 # via alembic markupsafe==3.0.2 # via mako -psycopg==3.2.6 +psycopg==3.2.11 # via borm (pyproject.toml) pycparser==2.22 # via cffi