From 2e62e85854930b9818efeea0194849f5c622c3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:08:44 +0000 Subject: [PATCH] build(deps): bump psycopg[binary] from 3.3.2 to 3.3.3 in /src Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.3.2 to 3.3.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.3 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 ba02d26c..2e31a29d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,7 +10,7 @@ requests==2.32.5 tcconfig==0.30.1 sqlalchemy==2.0.46 sqlalchemy_utils==0.42.1 -psycopg[binary]==3.3.2 +psycopg[binary]==3.3.3 PyMySQL==1.1.2 tzlocal==5.3.1 python-jose==3.5.0