From 899c051b9b3d2b8412390f84a6e62f2b41ae9c02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 14:49:04 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.34.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e87115..1b38879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.15.2 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.1.8 # Uvicorn -uvicorn==0.34.0 # Uvicorn +uvicorn==0.34.1 # Uvicorn iniconfig==2.1.0 # pytest packaging==24.1 # pytest