From bc6faac9aebe6fddbdf3d38a597b0a2e4873eb91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 19:24:14 +0200 Subject: [PATCH] feat(deps): update dependency click to v8.2.0 (#29) 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 7e56c8c..0c3dc30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ packaging==25.0 # PyTest Testing pluggy==1.5.0 # PyTest Testing pytest==8.3.5 # PyTest Testing -click==8.1.8 # Uvicorn +click==8.2.0 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.34.2 # Uvicorn