From 9644edbb436f36ec06851b013b7f564edc1da553 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 websockets requirement Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/10.0...16.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.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..d584a4d 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -11,7 +11,7 @@ aiohttp>=3.3,<4.0 # i.e. CI exercised a different websockets implementation than the server # actually uses, on the exact axis where they diverge. Bump both together, # deliberately, not one as a side effect. -websockets>=10.0,<14.0 +websockets>=16.1.1,<17.0 psutil cbor2>=5.4.0 diff --git a/requirements.txt b/requirements.txt index 5c713ee..439b7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ attrs plyvel pylru aiohttp>=3.3,<4.0 -websockets>=10.0,<14.0 +websockets>=16.1.1,<17.0 psutil python-rocksdb<=0.7.0 cbor2>=5.4.0