From 2ec355256ded0cc8c163b15d509807ecc6d3dc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:54:52 +0000 Subject: [PATCH] Bump cyclopts from 3.23.0 to 3.23.1 Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 3.23.0 to 3.23.1. - [Release notes](https://github.com/BrianPugh/cyclopts/releases) - [Commits](https://github.com/BrianPugh/cyclopts/compare/v3.23.0...v3.23.1) --- updated-dependencies: - dependency-name: cyclopts dependency-version: 3.23.1 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 d4fcfc4..4149cdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -324,14 +324,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cyclopts" -version = "3.23.0" +version = "3.23.1" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.23.0-py3-none-any.whl", hash = "sha256:544ae741596bd7ce5dfc0aecf7e4ce9aa452c69dfcec0c66d20a63798dd51fb1"}, - {file = "cyclopts-3.23.0.tar.gz", hash = "sha256:e8e28386b600c12a6db8916f2191bfdb4518260fbbceb16177f0fecae7ac7996"}, + {file = "cyclopts-3.23.1-py3-none-any.whl", hash = "sha256:8e57c6ea47d72b4b565c6a6c8a9fd56ed048ab4316627991230f4ad24ce2bc29"}, + {file = "cyclopts-3.23.1.tar.gz", hash = "sha256:ca6a5e9b326caf156d79f3932e2f88b95629e59fd371c0b3a89732b7619edacb"}, ] [package.dependencies] @@ -1552,4 +1552,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "267b9098fdd54c70debf3d54ebfa8f47ece5f5dd433e14b577ae6774026cbada" +content-hash = "53d0a9963416196fa2ced1f612733bae9d25ad7204f81b005711d8d360016a02" diff --git a/pyproject.toml b/pyproject.toml index 25af681..65c2247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pythontemplate = "pythontemplate.cli.main:run_app" python = "^3.9" typing-extensions = "^4.15.0" rich = ">=10.11.0" -cyclopts = "^3.23.0" +cyclopts = "^3.23.1" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"