From 00a6b5b0757c287cba2cd508afaa4f0d479d4187 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 4 Dec 2024 12:12:36 -0500 Subject: [PATCH] fix: downgrades aiohttp to match python supported versions --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 592ce17491..3d1a1b5ced 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -aiohttp==3.11.9 +aiohttp==3.10.11 aiosignal==1.3.1 anyio==4.6.2 astroid==3.3.5