From 5f574667d378307762e59e441538bbdf4a16eb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:26 +0000 Subject: [PATCH] build(deps): bump websockets from 14.2 to 15.0.1 in /main/xiaozhi-server Bumps [websockets](https://github.com/python-websockets/websockets) from 14.2 to 15.0.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.2...15.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main/xiaozhi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/requirements.txt b/main/xiaozhi-server/requirements.txt index 3f62ef4c..b1161fb0 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -4,7 +4,7 @@ torch==2.2.2 torchaudio==2.2.2 numpy==1.26.4 #--------- cozepy0.20.0要求websockets<15.0.0,以下暂时不推荐升级的依赖 -websockets==14.2 +websockets==15.0.1 #--------- 以下是可升级的依赖 pyyml==0.0.2 silero_vad==6.1.0