From 2e23de4e9d419b186ca2b0f4ee998fafa1bc5617 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:13:56 +0000 Subject: [PATCH] feat(deps): update dependency click to v8.1.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7478bff..e33bffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ packaging==23.2 # PyTest Testing pluggy==1.5.0 # PyTest Testing pytest==7.4.4 # PyTest Testing -click==8.1.7 # Uvicorn +click==8.1.8 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.27.0.post1 # Uvicorn