From 33c60ba320297ae23416d560974589e4b56d6ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:52:47 +0000 Subject: [PATCH] build(deps): bump aiohttp-cors in /main/xiaozhi-server Bumps [aiohttp-cors](https://github.com/aio-libs/aiohttp-cors) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/aio-libs/aiohttp-cors/releases) - [Changelog](https://github.com/aio-libs/aiohttp-cors/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp-cors/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: aiohttp-cors dependency-version: 0.8.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 b36801ec..d9d586e1 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -12,7 +12,7 @@ google-generativeai==0.8.5 edge_tts==7.2.3 httpx==0.27.2 aiohttp==3.12.15 -aiohttp_cors==0.7.0 +aiohttp_cors==0.8.1 ormsgpack==1.11.0 ruamel.yaml==0.18.16 loguru==0.7.3