From 2b0a0cd05df9c218296ca83d0822ed23bfa9e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:23:13 +0000 Subject: [PATCH] Bump python-telegram-bot[http2] from 21.7 to 21.9 in /bot/telegram Bumps [python-telegram-bot[http2]](https://github.com/python-telegram-bot/python-telegram-bot) from 21.7 to 21.9. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.7...v21.9) --- updated-dependencies: - dependency-name: python-telegram-bot[http2] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/telegram/requirements.in | 2 +- bot/telegram/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/telegram/requirements.in b/bot/telegram/requirements.in index 0a0653cf..623ff394 100644 --- a/bot/telegram/requirements.in +++ b/bot/telegram/requirements.in @@ -1,4 +1,4 @@ -python-telegram-bot[http2]==21.7 +python-telegram-bot[http2]==21.9 # client urllib3==2.3.0 python-dateutil==2.9.0.post0 diff --git a/bot/telegram/requirements.txt b/bot/telegram/requirements.txt index 89553152..5452bb79 100644 --- a/bot/telegram/requirements.txt +++ b/bot/telegram/requirements.txt @@ -59,7 +59,7 @@ pydantic-core==2.27.2 # via pydantic python-dateutil==2.9.0.post0 # via -r requirements.in -python-telegram-bot[http2]==21.7 +python-telegram-bot[http2]==21.9 # via -r requirements.in six==1.16.0 # via python-dateutil