From 92b07a397f77edaa7b6e62c8eedd0f1917f11a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:22:16 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.7 to 21.10 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.7 to 21.10. - [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.10) --- 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..a09e266 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.10 Nuitka==2.5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e491b2d..61b127c 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.10 \ No newline at end of file