From e78b171e34f9f98484d9d959171576116192be7e Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 25 Sep 2024 17:22:34 -0400 Subject: [PATCH] Lock down aiohttp to <= 3.10.5. Signed-off-by: dblock --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b1383be9..81a288f1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,6 +20,6 @@ black>=24.3.0 twine # Requirements for testing [async] extra -aiohttp>=3.9.4, <4 +aiohttp>=3.9.4, <=3.10.5 pytest-asyncio<=0.24.0 unasync