From 00d7030540641e7a956dd4e2393e75701db54e58 Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 31 Jan 2024 14:37:10 -0500 Subject: [PATCH] MOTOR-1218: Ignore aiohttp==3.8.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c71017b..1d024619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ srv = [ "pymongo[srv]>=4.5,<5", ] test = [ - "pytest>=7", "mockupdb", "tornado>=5", "aiohttp>=3.8,!=3.8.6", "motor[encryption]" + "pytest>=7", "mockupdb", "tornado>=5", "aiohttp!=3.8.6", "motor[encryption]" ] zstd = [ "pymongo[zstd]>=4.5,<5",