From 33eb7aaa5a842cdca5e25fac791d5b4292be8640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:58:09 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.11.1 to 22.6 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.11.1 to 22.6. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.11.1...v22.6) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.6' dependency-type: direct:production update-type: version-update:semver-major ... 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 7f547d7bea..76baefbd53 100644 --- a/constraints.txt +++ b/constraints.txt @@ -30,7 +30,7 @@ pycryptodomex==3.23.0 Pygments==2.19.2 pytest==8.4.1 pytest-cov==6.2.1 -python-telegram-bot==21.11.1 +python-telegram-bot==22.6 pyxdg==0.28 PyYAML==6.0.2 requests==2.32.3 diff --git a/pyproject.toml b/pyproject.toml index 3d994b04aa..1fe3904972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,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.7", # https://pypi.org/project/python-telegram-bot ] [project.urls]