diff --git a/poetry.lock b/poetry.lock index 6c220c42f..49c0378b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6396,19 +6396,19 @@ test = ["pytest (>=6)"] [[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-copybutton" @@ -8391,4 +8391,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "36c4e58c7f3ade92bffa6f9acf6493ee35db9b562fd2c85e0cf29b5fd3067d98" +content-hash = "5c14b46a83aef0fcb3a25e33f973d49e2feb77b3b0fc73a549ba131eabb1b2a1" diff --git a/pyproject.toml b/pyproject.toml index 967dc07bd..e36ac2348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ readthedocs-sphinx-search = "0.3.2" myst-parser = "2.0.0" sphinxcontrib-bibtex = "2.5.0" autodoc_pydantic = "2.2.0" -sphinx-click = "5.1.0" +sphinx-click = "6.0.0" sphinx_design = "0.4.1" sphinx-autobuild = "2024.4.16" sphinx-copybutton = "^0.5.2"