From b1c3835acd93983996975f4a96c7abafc188358f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:14:13 +0000 Subject: [PATCH] Update python-telegram-bot requirement from >=11.1.0 to >=22.7 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/v11.1.0...v22.7) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.7' 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 cfdc19d..26b3f75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pycparser>=2.19 PyJWT>=1.7.1 Pyrogram>=0.18.0 PySocks>=1.7.1 -python-telegram-bot>=11.1.0 +python-telegram-bot>=22.7 pytz>=2018.7 six>=1.15.0 SQLAlchemy>=1.3.0