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