From 64229a188ea8781e49b14035597acdf3bc664a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:35:46 +0100 Subject: [PATCH] Bump aiohttp from 3.6.3 to 3.7.1 (#2175) * Bump aiohttp from 3.6.3 to 3.7.1 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.3 to 3.7.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/v3.6.3...v3.7.1) Signed-off-by: dependabot[bot] * remove yarl pining Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9ffd1ddb..e4232d7ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.3 +aiohttp==3.7.1 async_timeout==3.0.1 attrs==20.2.0 brotlipy==0.7.0 @@ -18,4 +18,3 @@ ruamel.yaml==0.15.100 sentry-sdk==0.19.1 uvloop==0.14.0 voluptuous==0.12.0 -yarl==1.5.1