From 2911a4893e2e603877cf6845645d7a52c594cbb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:11:38 +0000 Subject: [PATCH] Update dependency questionary to ~=2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7083bd2..ce4be2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "codemodder==0.100.0", "click", "prompt-toolkit", - "questionary~=2.0.0", + "questionary~=2.1.1", "security~=1.2.0", ]