diff --git a/requirements/async_dev.txt b/requirements/async_dev.txt index c9641cc6f..606d10fef 100644 --- a/requirements/async_dev.txt +++ b/requirements/async_dev.txt @@ -1,3 +1,4 @@ # pip install -r requirements/async_dev.txt -aiohttp>=3,<4 +aiohttp>=3,<4; python_version<"3.9" +aiohttp>=3.13.5,<4; python_version>="3.9" websockets<16