From 154a77426a8f93f47b03674db6fc44598e06a420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 17:01:21 +0200 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.34.2 (#26) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e915b79..9422e71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest==8.3.5 # PyTest Testing click==8.1.8 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn -uvicorn==0.34.0 # Uvicorn +uvicorn==0.34.2 # Uvicorn uvloop==0.21.0 # Uvicorn watchfiles==1.0.4 # Uvicorn websockets==15.0.1 # Uvicorn