From 9e0c8f0173cfa7e213b4f4638c128fb85bee4aa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:46:01 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.34.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22ee189..47d4649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.14.1 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.1.8 # Uvicorn -uvicorn==0.31.1 # Uvicorn +uvicorn==0.34.0 # Uvicorn iniconfig==2.0.0 # pytest packaging==24.1 # pytest