diff --git a/poetry.lock b/poetry.lock index 4fc366c..ce04a52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2141,14 +2141,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.12)", "defusedxml (>=0.7.1)", [[package]] name = "sphinx-click" -version = "6.0.0" +version = "6.1.0" description = "Sphinx extension that automatically documents click applications" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "sphinx_click-6.0.0-py3-none-any.whl", hash = "sha256:1e0a3c83bcb7c55497751b19d07ebe56b5d7b85eb76dd399cf9061b497adc317"}, - {file = "sphinx_click-6.0.0.tar.gz", hash = "sha256:f5d664321dc0c6622ff019f1e1c84e58ce0cecfddeb510e004cf60c2a3ab465b"}, + {file = "sphinx_click-6.1.0-py3-none-any.whl", hash = "sha256:7dbed856c3d0be75a394da444850d5fc7ecc5694534400aa5ed4f4849a8643f9"}, + {file = "sphinx_click-6.1.0.tar.gz", hash = "sha256:c702e0751c1a0b6ad649e4f7faebd0dc09a3cc7ca3b50f959698383772f50eef"}, ] [package.dependencies] @@ -2156,6 +2156,10 @@ click = ">=8.0" docutils = "*" sphinx = ">=4.0" +[package.extras] +docs = ["reno"] +test = ["pytest", "pytest-cov"] + [[package]] name = "sphinx-datatables" version = "0.3.0" @@ -2674,4 +2678,4 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "70c0756bafb9375d90c5bcec8265eb563767ba27d389dcd8274e500fef34da60" +content-hash = "c303f3eea5877d441eab9bcdf9518eb8473423faff814aea8ad554d8191a4780" diff --git a/pyproject.toml b/pyproject.toml index 84c4b78..1ebbcfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ docutils = "<0.22" esbonio = "^0.16.5" numpydoc = "^1.9.0" restructuredtext-lint = "^1.4.0" -sphinx-click = "^6.0.0" +sphinx-click = "^6.1.0" sphinx-datatables = "^0.3.0" sphinx-hoverxref = "^1.4.2" sphinx-immaterial = "^0.13.6"