From 52f4874690a2d57a95554941218bef5be7292a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:09:11 +0000 Subject: [PATCH] chore(deps): bump uvicorn in /baobao-guardian/backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.27.0 to 0.52.1. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.27.0...0.52.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- baobao-guardian/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baobao-guardian/backend/requirements.txt b/baobao-guardian/backend/requirements.txt index fd0901b52e..6648ff478e 100644 --- a/baobao-guardian/backend/requirements.txt +++ b/baobao-guardian/backend/requirements.txt @@ -2,7 +2,7 @@ # 君子协议: 本文件受龍魂DNA追溯保护 fastapi==0.109.0 -uvicorn[standard]==0.27.0 +uvicorn[standard]==0.52.1 websockets==12.0 python-dotenv==1.2.2 pydantic==2.5.3