From 135a1cd0d0cf7e01fa082933676f51f9c7046689 Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Mon, 26 Aug 2024 17:18:40 +0700 Subject: [PATCH] fix aiohttp: https://github.com/aio-libs/aiohttp/issues/4581 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6b5d45..145645d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.8.3 +aiohttp==3.10.5 gitpython==3.1.30 pygithub==1.57