From a3000918e8bd90b140e93211d49c1d37c8c57b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:50:26 +0000 Subject: [PATCH] Update python-telegram-bot requirement 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/v21.9...v22.1) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.1' 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 444a199947..ea2b32041d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ PyPDF2>=1.26,<3.1 # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG prometheus-client>=0.7,<0.22 # https://pypi.org/project/prometheus-client # Only for cmsTelegramBot -python-telegram-bot>=21.9,<21.12 # https://pypi.org/project/python-telegram-bot +python-telegram-bot>=21.9,<22.2 # https://pypi.org/project/python-telegram-bot