From ead00256dfb3449a8525d5c22acca19c3989972b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:45:20 +0000 Subject: [PATCH] Update dependency aiohttp to v3.9.4 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a63b69e..57389ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==23.1.0 ; python_full_version >= "3.10.0" and python_full_version < "3.11.0" or python_full_version >= "3.12.0" and python_version < "4.0" -aiohttp==3.8.4 ; python_full_version >= "3.12.0" and python_version < "4.0" +aiohttp==3.9.4 ; python_full_version >= "3.12.0" and python_version < "4.0" aioredis==2.0.1 ; python_full_version >= "3.10.0" and python_full_version < "3.11.0" or python_full_version >= "3.12.0" and python_full_version < "4.0.0" aiosignal==1.3.1 ; python_full_version >= "3.12.0" and python_version < "4.0" anyascii==0.3.2 ; python_full_version >= "3.10.0" and python_full_version < "3.11.0" or python_full_version >= "3.12.0" and python_full_version < "4.0.0"