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