From c5c823801b9901ea1a48b5f61c2892faad6336f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:06:16 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.38.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ad0d5a..8f56b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.17.0 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.3.0 # Uvicorn -uvicorn==0.37.0 # Uvicorn +uvicorn==0.38.0 # Uvicorn iniconfig==2.1.0 # pytest packaging==25.0 # pytest