From 0aaca87ec77b3c54b92bc9f42cd6d1081d732c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:01:39 +0000 Subject: [PATCH] deps(deps): bump uvicorn from 0.44.0 to 0.46.0 in /backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.44.0 to 0.46.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.44.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.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 2a8642c..56567d6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.136.1 # Starlette is a transitive dep via fastapi; pin floor to mitigate # GHSA-f96h-pmfr-66vw and GHSA-2c2j-9gv5-cj73 (both fixed in 0.40.0 / 0.47.2). starlette>=0.48.0 -uvicorn[standard]==0.44.0 +uvicorn[standard]==0.46.0 watchdog==6.0.0 psutil==7.2.2 sse-starlette==3.4.1