MOTOR-1218: Ignore aiohttp==3.8.6 (#253)

This commit is contained in:
Jib 2024-02-01 08:49:06 -05:00 committed by GitHub
parent c5616e091a
commit e040f7d0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",