From 522ee30f0c7ee47dd645f3c2ed4646e3e0ced10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:05:29 +0000 Subject: [PATCH] chore(deps): Update uvicorn requirement in /backend Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [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.52.3...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 707db34..557ac5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Runtime dependencies. Stack fixed by ARCHITECTURE.md ยง2. fastapi>=0.141.1,<1.0 -uvicorn[standard]>=0.52.3,<1.0 +uvicorn[standard]>=0.52.4,<1.0 pydantic-settings>=2.15.0,<3.0 pydantic[email]>=2.13.4,<3.0