From 2f830735bc0b570f5aac26cfb11278b7bdb6d95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:37:03 +0000 Subject: [PATCH] Bump aiohttp from 3.6.2 to 3.8.1 in /server Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.8.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.2...v3.8.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... 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..afd359c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.2 +aiohttp==3.8.1 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..a7a8da7 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.8.1', 'aiohttp_cors==0.7.0', 'gunicorn==19.9.0', 'graphql-core<3,>=2.1',