From 26ed8ca33f39f9a806d330c71c40f1558dbe7cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:16 +0000 Subject: [PATCH 1/6] build(deps): bump psutil from 7.0.0 to 7.1.3 in /main/xiaozhi-server Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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..61ad98cd 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -36,7 +36,7 @@ aioconsole==0.8.2 markitdown==0.1.3 mcp-proxy==0.10.0 PyJWT==2.10.1 -psutil==7.0.0 +psutil==7.1.3 portalocker==3.2.0 Jinja2==3.1.6 vosk==0.3.45 \ No newline at end of file From c470bb1db1d01897a3ce1500a61ff323039276d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:21 +0000 Subject: [PATCH 2/6] build(deps): bump modelscope in /main/xiaozhi-server Bumps [modelscope](https://github.com/modelscope/modelscope) from 1.23.2 to 1.32.0. - [Release notes](https://github.com/modelscope/modelscope/releases) - [Commits](https://github.com/modelscope/modelscope/compare/v1.23.2...v1.32.0) --- updated-dependencies: - dependency-name: modelscope dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..ffc7d602 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -24,7 +24,7 @@ requests==2.32.5 cozepy==0.20.0 mem0ai==1.0.0 bs4==0.0.2 -modelscope==1.23.2 +modelscope==1.32.0 sherpa_onnx==1.12.17 mcp==1.20.0 cnlunar==0.2.0 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 3/6] 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 From ba1fb16f2d2207eb285d4f72fceb7befafb84574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:33 +0000 Subject: [PATCH 4/6] build(deps): bump torchaudio from 2.2.2 to 2.9.1 in /main/xiaozhi-server Bumps [torchaudio](https://github.com/pytorch/audio) from 2.2.2 to 2.9.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.2.2...v2.9.1) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..effe2b92 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- #--------- 本项目推荐环境是python3.10,以下暂时不推荐升级的依赖 torch==2.2.2 -torchaudio==2.2.2 +torchaudio==2.9.1 numpy==1.26.4 #--------- cozepy0.20.0要求websockets<15.0.0,以下暂时不推荐升级的依赖 websockets==14.2 From 80d10cf4b5f13459d2b2f48990b48099df9f2c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:38 +0000 Subject: [PATCH 5/6] build(deps): bump mcp from 1.20.0 to 1.22.0 in /main/xiaozhi-server Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.20.0 to 1.22.0. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.20.0...v1.22.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..0c50a330 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -26,7 +26,7 @@ mem0ai==1.0.0 bs4==0.0.2 modelscope==1.23.2 sherpa_onnx==1.12.17 -mcp==1.20.0 +mcp==1.22.0 cnlunar==0.2.0 PySocks==1.7.1 dashscope==1.25.2 From d89b842586efcf23260e33394007641bb839289e Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Fri, 2 Jan 2026 21:48:34 +0800 Subject: [PATCH 6/6] =?UTF-8?q?update:=E4=BF=9D=E7=95=99=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=9C=AC=E9=A1=B9=E7=9B=AEpython3.10=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/xiaozhi-server/requirements.txt b/main/xiaozhi-server/requirements.txt index b4ae0a7f..8504857d 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -1,10 +1,10 @@ # -*- coding:utf-8 -*- #--------- 本项目推荐环境是python3.10,以下暂时不推荐升级的依赖 torch==2.2.2 -torchaudio==2.9.1 +torchaudio==2.2.2 numpy==1.26.4 #--------- cozepy0.20.0要求websockets<15.0.0,以下暂时不推荐升级的依赖 -websockets==15.0.1 +websockets==14.2 #--------- 以下是可升级的依赖 pyyml==0.0.2 silero_vad==6.1.0