From 0a58ff5ca553a68456fd6b3787574b13ee9acff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 05:05:07 +0000 Subject: [PATCH] Update telethon requirement from ~=1.16.0 to ~=1.19.0 Updates the requirements on [telethon](https://github.com/LonamiWebs/Telethon) to permit the latest version. - [Release notes](https://github.com/LonamiWebs/Telethon/releases) - [Commits](https://github.com/LonamiWebs/Telethon/compare/v1.16.0...v1.19.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e01183b..e5581e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -telethon~=1.16.0 +telethon~=1.19.0 cryptg~=0.2 python-dotenv~=0.14.0 aiohttp[speedups]~=3.6.2 -- GitLab