From 074046748bb7647a89c707dfca42ca2e8617985f Mon Sep 17 00:00:00 2001 From: "Lin, Shenghua" Date: Wed, 13 Dec 2023 06:24:37 +0000 Subject: [PATCH] Fix github security issue: aiohttp old version is vulnerable --- bin/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt index e329e510617..a86e276039e 100644 --- a/bin/ci/requirements.txt +++ b/bin/ci/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.9.0 colorama==0.4.5 filecache==0.81 gql==3.4.0