From 3e32d5ee4e7ae9b61e5c1097856d7c5cbad66e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 22:02:49 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.47.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 396fcd2..7c2b6a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.18.4 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.3.3 # Uvicorn -uvicorn==0.41.0 # Uvicorn +uvicorn==0.47.0 # Uvicorn iniconfig==2.3.0 # pytest packaging==26.2 # pytest