From ad20e4a5282f68c585ad32cd3e3be6619c2340fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:15:47 +0000 Subject: [PATCH] Update python-telegram-bot requirement from ~=21.8 to ~=21.9 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) - [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.8...v21.9) --- updated-dependencies: - dependency-name: python-telegram-bot 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 24cbc14..077b5ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ mini-racer~=0.12.4 numpy>=1.22.4 Pillow~=11.0.0 pyoxipng~=9.0.0 -python-telegram-bot~=21.8 +python-telegram-bot~=21.9 psutil~=6.1.0 PyMemoryEditor~=1.5.22 requests~=2.32.3