diff --git a/poetry.lock b/poetry.lock index 1a3f6d1..d4fcfc4 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.5" +version = "3.23.0" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.22.5-py3-none-any.whl", hash = "sha256:92efb4a094d9812718d7efe0bffa319a19cb661f230dbf24406c18cd8809fb82"}, - {file = "cyclopts-3.22.5.tar.gz", hash = "sha256:fa2450b9840abc41c6aa37af5eaeafc7a1264e08054e3a2fe39d49aa154f592a"}, + {file = "cyclopts-3.23.0-py3-none-any.whl", hash = "sha256:544ae741596bd7ce5dfc0aecf7e4ce9aa452c69dfcec0c66d20a63798dd51fb1"}, + {file = "cyclopts-3.23.0.tar.gz", hash = "sha256:e8e28386b600c12a6db8916f2191bfdb4518260fbbceb16177f0fecae7ac7996"}, ] [package.dependencies] @@ -1552,4 +1552,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "4bc25dbf369ddac75c47b2595d1c972a1a72db44786cb9f46deed501ce8cefc3" +content-hash = "267b9098fdd54c70debf3d54ebfa8f47ece5f5dd433e14b577ae6774026cbada" diff --git a/pyproject.toml b/pyproject.toml index e28438a..25af681 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.22.5" +cyclopts = "^3.23.0" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"