From b64052850f3fb9d2521f99c0515786bd97f168a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 03:10:08 +0000 Subject: [PATCH] chore(deps): bump python-telegram-bot from 22.0 to 22.1 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 22.0 to 22.1. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v22.0...v22.1) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f2aed30c..b593eadc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ccxt==4.4.80 cryptography==44.0.3 aiohttp==3.9.5 SQLAlchemy==2.0.40 -python-telegram-bot==22.0 +python-telegram-bot==22.1 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 humanize==4.12.3