From 044ffca4fff0cf450e0a66ac5035183fa36ac22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:21:39 +0200 Subject: [PATCH] feat(deps): update dependency click to v8.2.1 (#31) 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 6a77efc..f787f73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ packaging==25.0 # PyTest Testing pluggy==1.5.0 # PyTest Testing pytest==8.4.1 # PyTest Testing -click==8.2.0 # Uvicorn +click==8.2.1 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.35.0 # Uvicorn