From 1e20cc6d502f3c4d7f5215a508258bcd24d5e2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:43:23 +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.2) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 0b04427f42..6b7f0495c0 100644 --- a/constraints.txt +++ b/constraints.txt @@ -32,7 +32,7 @@ Pygments==2.19.2 PyPDF2==3.0.1 pytest==8.4.1 pytest-cov==6.2.1 -python-telegram-bot==21.11.1 +python-telegram-bot==22.2 pyxdg==0.28 PyYAML==6.0.2 requests==2.32.3 diff --git a/pyproject.toml b/pyproject.toml index 31ac9ec7bc..94698cdccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "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.3", # https://pypi.org/project/python-telegram-bot ] [project.urls]