From d1bfc23019391fd0b4c945892db7268eaae8a59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:32:39 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from <4.0,>=3.3 to >=3.14.1,<4.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b7717cf..f452f95 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -2,7 +2,7 @@ aiorpcx[ws]>=0.22,<0.26 attrs plyvel pylru -aiohttp>=3.3,<4.0 +aiohttp>=3.14.1,<4.0 # Must track requirements.txt exactly. websockets 14 swapped `websockets.serve` # from the legacy asyncio server to websockets.asyncio.server, and the two # expose the handshake differently (legacy: connection.request_headers; new: diff --git a/requirements.txt b/requirements.txt index 5c713ee..13436ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ aiorpcx[ws]>=0.22,<0.26 attrs plyvel pylru -aiohttp>=3.3,<4.0 +aiohttp>=3.14.1,<4.0 websockets>=10.0,<14.0 psutil python-rocksdb<=0.7.0