From 13663ad2b7f0a9a1f687c952657c31d286aff058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:45:23 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from <4.0,>=3.3 to >=3.14.3,<4.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.3.0...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 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..c9e9fda 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.3,<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..70e78f1 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.3,<4.0 websockets>=10.0,<14.0 psutil python-rocksdb<=0.7.0