From 9e880dc954e359f8377d0937b6b189facfce4be8 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Fri, 13 Dec 2024 11:42:34 +0100 Subject: [PATCH] Update aiohttp dependency to 3.10.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22f715c5ec..215520a6a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiodns>=3.0,<=3.2.0 aiofiles>=22.1,<24.2.0 -aiohttp>=3.8.1,<3.10.11 +aiohttp>=3.8.1,<3.10.12 asyncio-throttle>=1.0,<=1.0.2 async-timeout>=4.0.3,<4.0.4;python_version<"3.11" backoff>=2.1.2,<2.2.2