From a59d6fab9abdefe8997a80cedb42e4c61b15eead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:31:39 +0000 Subject: [PATCH] Update aiohttp requirement from <4.0.0,>=3.14.1 to >=3.14.3,<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 b1eb3762f4..ee1178ab54 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -1,7 +1,7 @@ python-dateutil>=2.8.2 # BSD pyyaml>=6.0.3 # MIT urllib3>=2.7.0 # MIT -aiohttp>=3.14.1,<4.0.0 # Apache-2.0 +aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.8.3 # MIT pydantic>=2.11 # MIT typing-extensions>=4.7.1 # PSF