From ee62da396707c5e35a6aeb5fdfe979ada528377c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:51:10 +0000 Subject: [PATCH] feat(deps): update dependency click to v8.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65e3463..0927c1f 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.1 # Uvicorn httptools==0.6.4 # Uvicorn pyyaml==6.0.2 # Uvicorn uvicorn==0.35.0 # Uvicorn