From 7a2549712f1943645ad316c639c2f1b76abec950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:23:25 +0000 Subject: [PATCH] build(deps): bump websockets from 15.0.1 to 16.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 15.0.1 to 16.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67f24e49a43..c21b2aaed05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pysilk==0.0.1", "gunicorn==26.0.0", "python-daemon==3.1.2", - "websockets==15.0.1", + "websockets==16.0", "ruff==0.15.19", "cohere==7.0.4", "jsonpath-ng==1.8.0",