From 8207fcc9262d8fdc45e8dd47a78605ce48d09779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:47:29 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.40.0 to 0.41.0 in /backend Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.40.0 to 0.41.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.40.0...0.41.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.41.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 39fd186..ef0845a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.128.7 -uvicorn[standard]==0.40.0 +uvicorn[standard]==0.41.0 pydantic[email]==2.12.5 pydantic-settings==2.12.0 SQLAlchemy[asyncio]==2.0.35