From fa646b508b90f820eca636cd3062db8c7dcfdb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:23:27 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.3 to 21.4 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.3 to 21.4. - [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.3...v21.4) --- 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 d9e8248..2e84b6f 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,3 +1,3 @@ websockets==12.0 -python-telegram-bot==21.3 +python-telegram-bot==21.4 Nuitka==2.3.11 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index bbfb586..bed6d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ websockets==12.0 -python-telegram-bot==21.3 \ No newline at end of file +python-telegram-bot==21.4 \ No newline at end of file