From 10017a3d3c775d18dfa04c33207f0b2322783a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:45:53 +0000 Subject: [PATCH] Bump aiohttp from 3.6.2 to 3.7.4 in /server Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 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/v3.6.2...v3.7.4) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- server/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 492ef92..1a7be07 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.2 +aiohttp==3.7.4 aiohttp-cors==0.7.0 aiohttp-graphql==1.1.0 aniso8601==7.0.0 diff --git a/server/setup.py b/server/setup.py index b7a6d84..2319829 100644 --- a/server/setup.py +++ b/server/setup.py @@ -7,7 +7,7 @@ install_requires = [ 'psycopg2-binary==2.8.4', - 'aiohttp==3.6.2', + 'aiohttp==3.7.4', 'aiohttp_cors==0.7.0', 'gunicorn==19.9.0', 'graphql-core<3,>=2.1',