From c0bf9971fbf6a2a402069460045352b4fc67cf48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:29:18 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 2.3.7 to 3.8.1 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.7 to 3.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... 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..035691f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==2.3.7 +aiohttp==3.8.1 async-timeout==2.0.0 asyncio==3.4.3 chardet==3.0.4 diff --git a/setup.py b/setup.py index cd426bd..9c58058 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.8.1', 'asyncio==3.4.3', 'graypy==0.2.14', 'pillow==5.2.0',