From 2c4e27e9dd2ee149e145790764d380aead9f9273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 10:04:01 +0000 Subject: [PATCH] chore(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/11.0...16.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-full.txt b/requirements-full.txt index 81f5c10..24d6a67 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -43,7 +43,7 @@ protobuf>=4.24.0,<5.0.0 # Protocol buffers # Networking and protocols requests>=2.31.0,<3.0.0 # HTTP requests -websockets>=11.0.0,<12.0.0 # WebSocket support +websockets>=16.1.1,<17.0.0 # WebSocket support pyzmq>=25.1.0,<26.0.0 # ZeroMQ messaging # Visualization enhancements