From d2ad504e771f0e0dddf8bd1382a3ef5faf553faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:13:19 +0000 Subject: [PATCH] Bump aiohttp from 2.1.0 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.1.0 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.1.0...v3.7.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- scratch/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aabad14..e6a047e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==2.1.0 +aiohttp==3.7.4 async-timeout==1.2.1 beautifulsoup4==4.6.0 chardet==3.0.4 diff --git a/scratch/requirements.txt b/scratch/requirements.txt index 92c24e8..ad5bcfd 100644 --- a/scratch/requirements.txt +++ b/scratch/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==2.1.0 +aiohttp==3.7.4 async-timeout==1.2.1 beautifulsoup4==4.6.0 certifi==2017.4.17