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", ]