From cb808e2aee4c7fb906d5bdd075b429506fe18a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:39:50 +0000 Subject: [PATCH] Bump aiohttp from 2.3.9 to 3.7.4 in /scheduler Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.9 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.3.9...v3.7.4) Signed-off-by: dependabot[bot] --- scheduler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/requirements.txt b/scheduler/requirements.txt index 83b703d..d668ccc 100644 --- a/scheduler/requirements.txt +++ b/scheduler/requirements.txt @@ -1,5 +1,5 @@ APScheduler==3.6.1 requests==2.21.0 -aiohttp==2.3.9 +aiohttp==3.7.4 structlog==16.1.0 boto3==1.4.4 \ No newline at end of file