From f3887ccc84b652b6d9bf45227a39bfb75b81439f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:29:32 +0000 Subject: [PATCH] build(deps): update python-telegram-bot requirement in /app 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/v13.11...v20.8) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/overrides.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides.txt b/app/overrides.txt index d9b93e5..b00def8 100644 --- a/app/overrides.txt +++ b/app/overrides.txt @@ -1 +1 @@ -python-telegram-bot~=13.11 +python-telegram-bot~=20.8