From 3fbb38730c43912490d47dbe0b61291d26426c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 04:20:43 +0000 Subject: [PATCH] chore(deps): bump python-telegram-bot from 22.2 to 22.3 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 22.2 to 22.3. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v22.2...v22.3) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.3' 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 f5207f49d..313e4866d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ccxt==4.4.95 cryptography==45.0.5 aiohttp==3.12.14 SQLAlchemy==2.0.41 -python-telegram-bot==22.2 +python-telegram-bot==22.3 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 humanize==4.12.3