From cc6b6285f41b6fc301e18c38aa9c3e8f1c03eda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:03:27 +0000 Subject: [PATCH] Bump psycopg[binary,pool] from 3.2.12 to 3.3.1 Bumps [psycopg[binary,pool]](https://github.com/psycopg/psycopg) from 3.2.12 to 3.3.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.12...3.3.1) --- updated-dependencies: - dependency-name: psycopg[binary,pool] dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a3b837..6b5e63a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ telethon==1.41.2 cryptg==0.5.2 -psycopg[binary,pool]==3.2.12 +psycopg[binary,pool]==3.3.1 python-decouple==3.8 PyYAML==6.0.3 aiohttp==3.13.1