From 4e6299427a9d94df6086f53a8a8b057d7130e28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:26:46 +0000 Subject: [PATCH] Bump cyclopts from 3.19.0 to 3.21.0 Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 3.19.0 to 3.21.0. - [Release notes](https://github.com/BrianPugh/cyclopts/releases) - [Commits](https://github.com/BrianPugh/cyclopts/compare/v3.19.0...v3.21.0) --- updated-dependencies: - dependency-name: cyclopts dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfe3365..13b4c33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,14 +303,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cyclopts" -version = "3.19.0" +version = "3.21.0" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.19.0-py3-none-any.whl", hash = "sha256:776a5747945bbafd23e007d3813b2bc4e6483adfe9f12f5684e941a726851ee4"}, - {file = "cyclopts-3.19.0.tar.gz", hash = "sha256:0825c5dbca16c85ebbcaca8ab0952e9a2b62bacf25c704ab8cdb2ce229d46163"}, + {file = "cyclopts-3.21.0-py3-none-any.whl", hash = "sha256:0be9cc8dee760da0c256391b81dff3c2c6ab8bafbac6f6170e544528b2419f97"}, + {file = "cyclopts-3.21.0.tar.gz", hash = "sha256:9792a2e25aad3211feb8b7ac968566a7660dad4936cd03576a3698fe15dfddaf"}, ] [package.dependencies] @@ -1462,7 +1462,7 @@ version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, @@ -1531,4 +1531,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "fcfb0918cda233807f9b94c87818aea374e38dd4a56fc3b312e4b186be3e5f4b" +content-hash = "0302a02c1f9b18ef0fbce8fdc561228508ac3328a4ced7f10339b7c6e3077d3d" diff --git a/pyproject.toml b/pyproject.toml index 160417f..6e16c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pythontemplate = "pythontemplate.cli.main:run_app" python = "^3.9" typing-extensions = "^4.14.0" rich = ">=10.11.0" -cyclopts = "^3.19.0" +cyclopts = "^3.21.0" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"