From 995bdc0600b079ed240a9614326bb4b4984851e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:26:44 +0000 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.34.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e34e30c..cd08688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ alembic==1.16.1 # Alembic SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.2.1 # Uvicorn -uvicorn==0.34.2 # Uvicorn +uvicorn==0.34.3 # Uvicorn iniconfig==2.1.0 # pytest packaging==25.0 # pytest