From 6cea55a9cff74a0142713bff7615a18ee5a31c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:15:07 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 2.3.7 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.7 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/v2.3.7...v3.7.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index babfb1a..62b295f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==2.3.7 +aiohttp==3.7.4 async-timeout==2.0.0 asyncio==3.4.3 chardet==3.0.4 diff --git a/setup.py b/setup.py index cd426bd..5bbb262 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__)) requires = [ - 'aiohttp==2.3.7', + 'aiohttp==3.7.4', 'asyncio==3.4.3', 'graypy==0.2.14', 'pillow==5.2.0',