From ec1bbb6391f81af88dc31d70116d47c71ca0ad99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:09:48 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.34.3 to 0.51.0 in /backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.34.3 to 0.51.0. - [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.34.3...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7e9478987..0ee734aa3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Core Web Framework fastapi==0.115.6 -uvicorn[standard]==0.34.3 +uvicorn[standard]==0.51.0 starlette==0.41.3 sse-starlette==3.0.3 pydantic>=2.10.0