From 391ce5e43df4dcabd974056f61d3688dc69c8909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:05:14 +0000 Subject: [PATCH] Bump cyclopts from 3.22.3 to 3.22.5 Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 3.22.3 to 3.22.5. - [Release notes](https://github.com/BrianPugh/cyclopts/releases) - [Commits](https://github.com/BrianPugh/cyclopts/compare/v3.22.3...v3.22.5) --- updated-dependencies: - dependency-name: cyclopts dependency-version: 3.22.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 812862d..9ffcb11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -324,14 +324,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cyclopts" -version = "3.22.3" +version = "3.22.5" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.22.3-py3-none-any.whl", hash = "sha256:771ae584868c8beeac74184a96e9fad3726c787b17e47a6f0d5f42cece1df57a"}, - {file = "cyclopts-3.22.3.tar.gz", hash = "sha256:7df1d05e4b56b07079e13880b457b78522101531e2947af1a68f182e89742b34"}, + {file = "cyclopts-3.22.5-py3-none-any.whl", hash = "sha256:92efb4a094d9812718d7efe0bffa319a19cb661f230dbf24406c18cd8809fb82"}, + {file = "cyclopts-3.22.5.tar.gz", hash = "sha256:fa2450b9840abc41c6aa37af5eaeafc7a1264e08054e3a2fe39d49aa154f592a"}, ] [package.dependencies] @@ -1552,4 +1552,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "9df63d4733b87197cf69e11f5abcea8c48c3865685402b884293b14ff0c8e458" +content-hash = "d4438ae507bab61966d2b0569a95571721851c9b3a4fdcb156608db4a135aab3" diff --git a/pyproject.toml b/pyproject.toml index a41bc3d..11253ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pythontemplate = "pythontemplate.cli.main:run_app" python = "^3.9" typing-extensions = "^4.14.1" rich = ">=10.11.0" -cyclopts = "^3.22.3" +cyclopts = "^3.22.5" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"