From 17e8238bbd754a8832b9e523b7720d504ca8372a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:44:46 +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.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' 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 46e125c..4dbfbba 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -3,7 +3,7 @@ attrs plyvel pylru aiohttp>=3.3,<4.0 -websockets>=10.0,<16.0 +websockets>=16.0,<17.0 psutil cbor2>=5.4.0 diff --git a/requirements.txt b/requirements.txt index 5c713ee..27bb5ed 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.0,<17.0 psutil python-rocksdb<=0.7.0 cbor2>=5.4.0