From d66954c9825fbab9257e3eb99c499a78fa7b378b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:24:00 +0000 Subject: [PATCH] Update cyclopts requirement from >=1.0.0 to >=4.22.5 Updates the requirements on [cyclopts](https://github.com/BrianPugh/cyclopts) to permit the latest version. - [Release notes](https://github.com/BrianPugh/cyclopts/releases) - [Commits](https://github.com/BrianPugh/cyclopts/compare/v1.0.0...v4.22.5) --- updated-dependencies: - dependency-name: cyclopts dependency-version: 4.22.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be8e906b..5d47f569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [] [project.optional-dependencies] cli = [ - "cyclopts>=1.0.0", + "cyclopts>=4.22.5", "rich>=15.0.0", ]