From 3c0a1b4c7e596a743c4065f3843680e57f4e0688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:07:00 +0000 Subject: [PATCH] Bump aiohttp from 3.8.1 to 3.8.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.3. - [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.1...v3.8.3) --- 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 8aa4c58b..bf1defb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.1 +aiohttp==3.8.3 aiohttp-cors==0.7.0 asyncpg==0.26.0 jsonschema==4.16.0 diff --git a/setup.py b/setup.py index 8851287f..f8029826 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ], install_requires=[ "asyncpg==0.26.0", - "aiohttp==3.8.1", + "aiohttp==3.8.3", "Authlib==1.1.0", "aiohttp-cors==0.7.0", "jsonschema==4.16.0",