From 3af9e32b5f0533f4f7edc21bfa07c81626641d7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:04:52 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.36.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1b354b..fb2a293 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.16.5 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.3.0 # Uvicorn -uvicorn==0.36.0 # Uvicorn +uvicorn==0.36.1 # Uvicorn iniconfig==2.1.0 # pytest packaging==25.0 # pytest