From e224315896a96561818546c50bfc56d23530d5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 14:01:34 +0000 Subject: [PATCH] build(deps): update python-telegram-bot requirement 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.0) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05a0f81f..a891efb7 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ tests_require=tests_require, install_requires=[ "ehforwarderbot>=2.0.0", - "python-telegram-bot~=13.11", + "python-telegram-bot>=13.11,<21.0", "python-magic", "ffmpeg-python", "peewee",