From 5ef1528ffb5c4e827a6c1572bb07e1deb9a52fb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 01:39:46 +0000 Subject: [PATCH] fix(deps): update dependency click to v8.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..ca559b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ questionary = "1.10.0" requests = "2.32.2" requirements-parser = "0.9.0" tqdm = "4.66.4" -click = "8.1.7" +click = "8.3.1" colorama = { version = "==0.4.6", platform = "win32" } jsonschema = "=3.2.0" dpath = "==1.5.0"