From df4ceb3be92090def3f460ef5c23705c725329ba Mon Sep 17 00:00:00 2001 From: flow2000 <1982989137@qq.com> Date: Sun, 12 May 2024 11:06:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8Dverlcel=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=A4=B1=E8=B4=A5=E8=AF=A6=E8=A7=81issue:https://gith?= =?UTF-8?q?ub.com/aio-libs/aiohttp/issues/7675?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c362bb2..0dd7bb55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.14.0 requests pymongo==4.0.1 dnspython==2.2.0 -aiohttp==3.8.1 +aiohttp==3.9.0rc0 colorama