From 8cc0c1a96f0fdf749092a2cc94f7fa60ccc02e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:56:02 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.2.6 to 3.2.10 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.6 to 3.2.10. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.10) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.10 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 8e31dd2..6c404ec 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.10 # via borm (pyproject.toml) pycparser==2.22 # via cffi