From 394296cb9c2127501fe760cbc2fffe10a848d398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 02:03:00 +0000 Subject: [PATCH] Update aiohttp requirement from <4.0.0,>=3.9.0 to >=3.13.5,<4.0.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index e26b3cda65..5001fb78ea 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -3,4 +3,4 @@ six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD pyyaml>=5.4.1 # MIT urllib3>=1.24.2,!=2.6.0 # MIT -aiohttp>=3.9.0,<4.0.0 # Apache-2.0 +aiohttp>=3.13.5,<4.0.0 # Apache-2.0