From e345548b8058fbc4a143f5c80633a256eaa8b1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:01:38 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.5 to 21.6 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.5 to 21.6. - [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.5...v21.6) --- 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 489a085..d3013b7 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,3 +1,3 @@ websockets==13.1 -python-telegram-bot==21.5 +python-telegram-bot==21.6 Nuitka==2.4.8 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 36440bf..ecaf8cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ websockets==13.1 -python-telegram-bot==21.5 \ No newline at end of file +python-telegram-bot==21.6 \ No newline at end of file