From f6594d4c3f75030da3a5e8bed2e6034137b39d5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:48:19 +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..c364e87 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.25,<5", # cyclopts>=4 changed App.__call__ to always sys.exit(), breaking CLI tests "rich>=15.0.0", ]