From 4fc39616d73bff2bc695f252eb1005c357125127 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 13 Aug 2024 11:42:24 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3 [security] --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index b1a29542f..32b95ef8f 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -17,4 +17,4 @@ grpcio pytest-asyncio; python_version > '3.0' aioresponses; python_version > '3.0' asynctest; python_version > '3.0' -aiohttp < 3.10.0; python_version > '3.0' +aiohttp <3.10.3; python_version > '3.0'