From 754ec4024afa20c337be2408cc72fb6318e7e633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 05:33:05 +0000 Subject: [PATCH] Update aiohttp[speedups] requirement from ~=3.6.2 to ~=3.7.3 Updates the requirements on [aiohttp[speedups]](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.2...v3.7.3) 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..a8d1e7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ telethon~=1.16.0 cryptg~=0.2 python-dotenv~=0.14.0 -aiohttp[speedups]~=3.6.2 +aiohttp[speedups]~=3.7.3 deethon~=0.4.3 \ No newline at end of file -- GitLab