From e0dc1da4a127f1aef12cecf05af5c9b74cc87b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:52:24 +0000 Subject: [PATCH] feat(deps): update dependency httptools to v0.6.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5a1506..5f72bbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pluggy==1.3.0 # PyTest Testing pytest==7.4.3 # PyTest Testing click==8.1.7 # Uvicorn -httptools==0.6.1 # Uvicorn +httptools==0.6.4 # Uvicorn pyyaml==6.0.1 # Uvicorn uvicorn==0.27.0.post1 # Uvicorn uvloop==0.19.0 # Uvicorn