From 81a478746d6766f5a853c77b988cfca1539bc164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:33:47 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37a46df..3aef19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ full = [ "protobuf>=5.29.6", # Networking and protocols "requests>=2.31.0,<3.0.0", - "websockets>=11.0.0,<12.0.0", + "websockets>=11.0.0,<17.0.0", "pyzmq>=26.0.0,<27.0.0", # Visualization enhancements "plotly>=5.17.0,<6.0.0",