From 89f13024309aae520369c88842695ec3caf20c68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:16:43 +0000 Subject: [PATCH] Update dependency cyclopts to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f311601..409b914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "cyclopts>=3.24,<4", # cyclopts>=4 changed App.__call__ to always sys.exit(), breaking CLI tests + "cyclopts>=4.24,<5", # cyclopts>=4 changed App.__call__ to always sys.exit(), breaking CLI tests "rich>=15.0.0", ]