From bbeae93c05a105030243accb91dcfb058f39714f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:53:02 +0200 Subject: [PATCH] build(deps): bump psycopg from 3.2.10 to 3.2.11 in /src (#968) Bumps [psycopg](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 dependency-version: 3.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 63b554dd..2858a3f6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,7 +10,7 @@ requests==2.32.5 tcconfig==0.30.1 sqlalchemy==2.0.44 sqlalchemy_utils==0.42.0 -psycopg==3.2.10 +psycopg==3.2.11 PyMySQL==1.1.2 tzlocal==5.3.1 python-jose==3.5.0