From 3e7985efd2aa61f8a1dba962974feb5501a97217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:43:25 +0000 Subject: [PATCH] build(deps): bump ormsgpack in /main/xiaozhi-server Bumps [ormsgpack](https://github.com/ormsgpack/ormsgpack) from 1.12.0 to 1.12.2. - [Release notes](https://github.com/ormsgpack/ormsgpack/releases) - [Changelog](https://github.com/ormsgpack/ormsgpack/blob/master/docs/changelog.rst) - [Commits](https://github.com/ormsgpack/ormsgpack/compare/1.12.0...1.12.2) --- updated-dependencies: - dependency-name: ormsgpack dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2ac186d5..54118c2d 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -17,7 +17,7 @@ edge_tts==7.2.6 httpx==0.28.1 aiohttp==3.13.2 aiohttp_cors==0.8.1 -ormsgpack==1.12.0 +ormsgpack==1.12.2 ruamel.yaml==0.18.16 loguru==0.7.3 requests==2.32.5