From 27a81437cbc19f0911d6ed72d50aed86185f9640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:12:36 +0000 Subject: [PATCH] Bump aiohttp from 0.20.2 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 0.20.2 to 3.7.4. - [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/v0.20.2...v3.7.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9fa188..199b4d8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__)) requires = [ - 'aiohttp==0.20.2', + 'aiohttp==3.7.4', 'dateparser==0.6.0', 'SQLAlchemy==1.0.12', 'lxml==3.3.3',