From d7463199645bfb7d505de315eb8098c8dff2299d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:28:41 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.8.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.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.8.3...v3.8.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... 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 4b8e87eb..00c29935 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.8.4 aiohttp-cors==0.7.0 asyncpg==0.27.0 jsonschema==4.17.3 diff --git a/setup.py b/setup.py index 4855c63a..f5e8e1a2 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ], install_requires=[ "asyncpg==0.27.0", - "aiohttp==3.8.3", + "aiohttp==3.8.4", "Authlib==1.2.0", "aiohttp-cors==0.7.0", "jsonschema==4.17.3",