From 17d0b9345c58c212cd856133f96e9ac9dab38789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:34:53 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.3.4 to 3.3.5 in /src Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.3.4 to 3.3.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 51fe36f5..d778bf90 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,7 +10,7 @@ requests==2.34.2 tcconfig==0.30.1 sqlalchemy==2.0.51 sqlalchemy_utils==0.42.1 -psycopg[binary]==3.3.4 +psycopg[binary]==3.3.5 PyMySQL==1.2.0 tzlocal==5.3.1 python-jose==3.5.0