diff --git a/poetry.lock b/poetry.lock index 4149cdc..f77e93e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -324,20 +324,19 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cyclopts" -version = "3.23.1" +version = "3.24.0" description = "Intuitive, easy CLIs based on type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cyclopts-3.23.1-py3-none-any.whl", hash = "sha256:8e57c6ea47d72b4b565c6a6c8a9fd56ed048ab4316627991230f4ad24ce2bc29"}, - {file = "cyclopts-3.23.1.tar.gz", hash = "sha256:ca6a5e9b326caf156d79f3932e2f88b95629e59fd371c0b3a89732b7619edacb"}, + {file = "cyclopts-3.24.0-py3-none-any.whl", hash = "sha256:809d04cde9108617106091140c3964ee6fceb33cecdd537f7ffa360bde13ed71"}, + {file = "cyclopts-3.24.0.tar.gz", hash = "sha256:de6964a041dfb3c57bf043b41e68c43548227a17de1bad246e3a0bfc5c4b7417"}, ] [package.dependencies] attrs = ">=23.1.0" docstring-parser = {version = ">=0.15", markers = "python_version < \"4.0\""} -importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} rich = ">=13.6.0" rich-rst = ">=1.3.1,<2.0.0" typing-extensions = {version = ">=4.8.0", markers = "python_version < \"3.11\""} @@ -526,7 +525,7 @@ version = "8.5.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" -groups = ["main", "docs"] +groups = ["docs"] markers = "python_version < \"3.10\"" files = [ {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"}, @@ -1534,7 +1533,7 @@ version = "3.20.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" -groups = ["main", "docs"] +groups = ["docs"] markers = "python_version < \"3.10\"" files = [ {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"}, @@ -1552,4 +1551,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "53d0a9963416196fa2ced1f612733bae9d25ad7204f81b005711d8d360016a02" +content-hash = "1c53c55c53afc04b2e13ffde872dacd5207ee0992551a81efcdc53c3d2eb73ab" diff --git a/pyproject.toml b/pyproject.toml index 65c2247..8a11550 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.1" +cyclopts = "^3.24.0" [tool.poetry.group.docs.dependencies] sphinx = "~7.4.7"