From d0830763774e178212da18f71f65f6516db81d1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 13:31:09 +0000 Subject: [PATCH] Bump aiohttp from 2.0.7 to 3.6.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.0.7 to 3.6.2. - [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/2.0.7...v3.6.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6ebb7f..daff699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aioamqp==0.10.0 requests -aiohttp==2.0.7 +aiohttp==3.6.2 - async-timeout [required: >=1.2.0, installed: 1.2.1] - chardet [required: Any, installed: 3.0.2] - multidict [required: >=2.1.4, installed: 2.1.4]