From 1cbf4fe050023289f1fee8089c3a8697af5e05a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:37:04 +0000 Subject: [PATCH] build(deps): bump python-telegram-bot from 20.1 to 20.5 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 20.1 to 20.5. - [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/v20.1...v20.5) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8babe73..ccb4bc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ SQLAlchemy PYESHandler # Dependencies for Telegram bot -python-telegram-bot==20.1 \ No newline at end of file +python-telegram-bot==20.5 \ No newline at end of file