From 6c4066f615db5b452fb8ff2487915616cdc86e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:32:27 +0000 Subject: [PATCH] chore(deps): 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.0...v22.7) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.7' 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 7e242f8..566950f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ anthropic>=0.39.0 python-dotenv>=1.0.0 websockets>=13.0 croniter>=2.0.0 -python-telegram-bot>=21.0 +python-telegram-bot>=22.7 httpx>=0.27.0