From a8a811fabe2572ab3cd44835b119ca030500b372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 05:40:24 +0000 Subject: [PATCH] feat(deps): update dependency httptools to v0.7.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65e3463..0b187e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pluggy==1.6.0 # PyTest Testing pytest==8.4.1 # PyTest Testing click==8.2.1 # Uvicorn -httptools==0.6.4 # Uvicorn +httptools==0.7.1 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.35.0 # Uvicorn uvloop==0.21.0 # Uvicorn