From 46bde78a99e0cc1fbb785f7863bd16ac1a66fb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:39:57 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.7 to 21.9 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.7 to 21.9. - [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.7...v21.9) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_requirements.txt b/build_requirements.txt index 5cbcbd9..201372c 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,3 +1,3 @@ websockets==14.1 -python-telegram-bot==21.7 +python-telegram-bot==21.9 Nuitka==2.5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e491b2d..32951ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ websockets==14.1 -python-telegram-bot==21.7 \ No newline at end of file +python-telegram-bot==21.9 \ No newline at end of file