From 443cacdbd4699cd6ad24263b21f2da8c52a2e5be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:14:23 +0000 Subject: [PATCH] fix(deps): update dependency questionary to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..791213aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ python = ">=3.9,<3.12" boltons = "==23.1.1" cachier = "2.3.0" Jinja2 = "3.1.4" -questionary = "1.10.0" +questionary = "2.1.1" requests = "2.32.2" requirements-parser = "0.9.0" tqdm = "4.66.4"