Skip to content

Commit

Permalink
Lock down aiohttp to <= 3.10.5.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Sep 25, 2024
1 parent 3eff8c5 commit e78b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e78b171

Please sign in to comment.