From 8ae327cade4171f3e8533d3a1d499086b397161f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:33:53 +0000 Subject: [PATCH] feat(deps): update dependency click to v8.3.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65e3463..e8b4985 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ packaging==25.0 # PyTest Testing pluggy==1.6.0 # PyTest Testing pytest==8.4.1 # PyTest Testing -click==8.2.1 # Uvicorn +click==8.3.3 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.35.0 # Uvicorn