diff --git a/test-requirements.txt b/test-requirements.txt index f2e9a43ba..9f5907405 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ httpx == 0.22.0; python_version == "3.6" httpx >= 0.24.1; python_version == "3.7" httpx >= 0.27.0; python_version >= "3.8" aiohttp == 3.8.6; python_version <= "3.7" -aiohttp == 3.9.4; python_version > "3.7" +aiohttp == 3.10.2; python_version > "3.7" anyio[trio] == 3.6.2 pytest-cov >= 2.8.1, < 2.11.0