From 13f71c625e57774a97ea662202ae2a16dd0fb5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:59:36 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.8.3 to ~=3.8.4 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- docsrequirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsrequirements.txt b/docsrequirements.txt index f875edd..7f110f2 100644 --- a/docsrequirements.txt +++ b/docsrequirements.txt @@ -1,5 +1,5 @@ setuptools~=65.6.3 websockets~=10.1 -aiohttp~=3.8.3 +aiohttp~=3.8.4 asyncio~=3.4.3 enum34~=1.1.10 diff --git a/requirements.txt b/requirements.txt index 817a474..9d1c03e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools~=65.6.3 websockets~=10.1 -aiohttp~=3.8.3 +aiohttp~=3.8.4 enum34~=1.1.10