From ee021bbf43e1628fcbae9d5d1e4116a921390613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 19:37:09 +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.0) --- updated-dependencies: - dependency-name: python-telegram-bot 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 28e3704baf..1ae02dfa1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,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.1 # https://pypi.org/project/python-telegram-bot