From 8deadd10bc344037d4a6accdfa3e9d118177f46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:37:48 +0000 Subject: [PATCH] Update aiohttp requirement from <4.0.0,>=3.10.0 to >=3.14.3,<4.0.0 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.0...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a03b25..160cff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiofiles>=24.1.0,<26.0.0 -aiohttp>=3.10.0,<4.0.0 +aiohttp>=3.14.3,<4.0.0