From f2b4c88aadb8fcd7d45f958f44f3f0bfeeeacacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 05:27:17 +0000 Subject: [PATCH] Bump aiohttp from 3.7.4.post0 to 3.8.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4.post0 to 3.8.0. - [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.7.4.post0...v3.8.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 58437ea6..5b34b2e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.7.4.post0 +aiohttp==3.8.0 aiohttp-cors==0.7.0 asyncpg==0.24.0 jsonschema==3.2.0; python_version < '3.7' diff --git a/setup.py b/setup.py index 5f034299..99a1a539 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ], install_requires=[ "asyncpg==0.24.0", - "aiohttp==3.7.4.post0", + "aiohttp==3.8.0", "Authlib==0.15.5", "aiohttp-cors==0.7.0", "jsonschema==3.2.0; python_version < '3.7'",