From e45767b3b1ae56232f0f18901ddedb2e5d9a263b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 09:15:56 +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 8af75c6..572c749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ apscheduler 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]