diff --git a/poetry.lock b/poetry.lock index c575dcc..ef3a71f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1731,19 +1731,19 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "5.1.0" +version = "6.0.0" description = "Sphinx extension that automatically documents click applications" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx-click-5.1.0.tar.gz", hash = "sha256:6812c2db62d3fae71a4addbe5a8a0a16c97eb491f3cd63fe34b4ed7e07236f33"}, - {file = "sphinx_click-5.1.0-py3-none-any.whl", hash = "sha256:ae97557a4e9ec646045089326c3b90e026c58a45e083b8f35f17d5d6558d08a0"}, + {file = "sphinx_click-6.0.0-py3-none-any.whl", hash = "sha256:1e0a3c83bcb7c55497751b19d07ebe56b5d7b85eb76dd399cf9061b497adc317"}, + {file = "sphinx_click-6.0.0.tar.gz", hash = "sha256:f5d664321dc0c6622ff019f1e1c84e58ce0cecfddeb510e004cf60c2a3ab465b"}, ] [package.dependencies] -click = ">=7.0" +click = ">=8.0" docutils = "*" -sphinx = ">=2.0" +sphinx = ">=4.0" [[package]] name = "sphinx-rtd-theme" @@ -2120,4 +2120,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "a9dbfddb899b5a8327d76e236c5bc6a89d3650ba4bb0c010b2e9fccbbd8a8587" +content-hash = "45532b402d9efba307373496309dd1175fc790b18d41c166c0439d40b458d5c0" diff --git a/pyproject.toml b/pyproject.toml index 4e3f3d0..00ad263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.12.0" pre-commit-hooks = "^4.3.0" sphinx-rtd-theme = "^2.0.0" -sphinx-click = "^5.1.0" +sphinx-click = "^6.0.0" numpy = "^1.24.4" [tool.poetry.scripts]