From c5c22c414cddf2a1d45a2f400f12fc9c655ff4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:33:22 +0000 Subject: [PATCH] Update cyclopts requirement from <4,>=3.22.5 to >=4.20.0,<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/v3.22.5...v4.20.0) --- updated-dependencies: - dependency-name: cyclopts dependency-version: 4.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b1b081..d44aa98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "Brian Pugh" }] readme = "README.md" requires-python = ">=3.9" dependencies = [ - "cyclopts>=3.22.5,<4", + "cyclopts>=4.20.0,<5", "littlefs-python>=0.9.0", "tqdm>=4.66.6,<5", "pillow>=11.3.0,<12",