From 51d97c081471df1b5163692d8e99bf9cca4012e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:20:12 +0200 Subject: [PATCH] feat(deps): update dependency uvicorn to v0.35.0 (#32) 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 0c3dc30..a5c3641 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest==8.3.5 # PyTest Testing click==8.2.0 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn -uvicorn==0.34.2 # Uvicorn +uvicorn==0.35.0 # Uvicorn uvloop==0.21.0 # Uvicorn watchfiles==1.0.5 # Uvicorn websockets==15.0.1 # Uvicorn