From df8ada278863f9f92df61a2f9ce1264e4bc5c018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:12:24 +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", ]