From 92c29012c6be973c9b443fb6a1ad0479aa8e8fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:19:54 +0000 Subject: [PATCH] Update psycopg2-binary requirement from <3,>=2.9 to >=2.9.12,<3 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 486548b..742b2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ python-dotenv>=1.0.1,<2 tzdata>=2025.2 APScheduler>=3.11,<4 python-telegram-bot>=22,<23 -psycopg2-binary>=2.9,<3 +psycopg2-binary>=2.9.12,<3