diff --git a/poetry.lock b/poetry.lock index 57776f9..df61083 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,14 +303,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cyclopts" -version = "3.22.2" +version = "3.22.3" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.22.2-py3-none-any.whl", hash = "sha256:6681b0815fa2de2bccc364468fd25b15aa9617cb505c0b16ca62e2b18a57619e"}, - {file = "cyclopts-3.22.2.tar.gz", hash = "sha256:d3495231af6ae86479579777d212ddf77b113200f828badeaf401162ed87227d"}, + {file = "cyclopts-3.22.3-py3-none-any.whl", hash = "sha256:771ae584868c8beeac74184a96e9fad3726c787b17e47a6f0d5f42cece1df57a"}, + {file = "cyclopts-3.22.3.tar.gz", hash = "sha256:7df1d05e4b56b07079e13880b457b78522101531e2947af1a68f182e89742b34"}, ] [package.dependencies] @@ -1531,4 +1531,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "558305bb2bc4ab9c5281d50f3458897e7cd0a479c3753e0f07ecc519b27a0f17" +content-hash = "9df63d4733b87197cf69e11f5abcea8c48c3865685402b884293b14ff0c8e458" diff --git a/pyproject.toml b/pyproject.toml index 1f4d7f8..a41bc3d 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.2" +cyclopts = "^3.22.3" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"