From 57ea57ee378dfd2c797ec68cfd03b329b4848a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:19:59 +0000 Subject: [PATCH] Update python-telegram-bot requirement from <23,>=22 to >=22.8,<23 Updates the requirements on [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) to permit the latest version. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v22.0...v22.8) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.8' 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..7eda10e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ numpy>=2.2,<3 python-dotenv>=1.0.1,<2 tzdata>=2025.2 APScheduler>=3.11,<4 -python-telegram-bot>=22,<23 +python-telegram-bot>=22.8,<23 psycopg2-binary>=2.9,<3