From d0b9d9dec298de634aa2799b2519600dbaab5756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:09:52 +0000 Subject: [PATCH] build(deps): update python-telegram-bot requirement in /core/messenger 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/v20.0...v22.8) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.8' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/messenger/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/messenger/requirements.txt b/core/messenger/requirements.txt index e5708bf..6067102 100644 --- a/core/messenger/requirements.txt +++ b/core/messenger/requirements.txt @@ -1,2 +1,2 @@ -python-telegram-bot>=20.0 +python-telegram-bot>=22.8 aiohttp>=3.9