From 88f9c7e3ed96d69d2350f50d11abc1a8acb7e7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:02:44 +0000 Subject: [PATCH] Update aiohttp requirement from <4.0.0,>=3.13.5 to >=3.14.1,<4.0.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 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 68b26ab189..0b2fe3b38a 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>=6.0.3 # MIT urllib3>=1.24.2,!=2.6.0 # MIT -aiohttp>=3.13.5,<4.0.0 # Apache-2.0 +aiohttp>=3.14.1,<4.0.0 # Apache-2.0