From 757eac91703830cbf78d2933fc533bf2b15b3ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:33:05 +0800 Subject: [PATCH] chore(deps): update aiohttp requirement from ~=3.8.4 to ~=3.8.5 (#1085) 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/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 095bf6a4..b14aa4a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ imgkit~=1.2.3 qrcode~=7.4.2 openai~=0.27.8 EdgeGPT==0.12.1 -aiohttp~=3.8.4 +aiohttp~=3.8.5 OpenAIAuth>=2.0.0 urllib3~=2.0.4 BingImageCreator~=0.4.2