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