Skip to content

Commit

Permalink
MOTOR-1218: Ignore aiohttp==3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola committed Jan 31, 2024
1 parent b578122 commit 00d7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00d7030

Please sign in to comment.