diff --git a/poetry.lock b/poetry.lock index 0a6f5e1a9..3a0e07c79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -689,27 +689,27 @@ rtd = ["ipython", "myst-nb", "sphinx", "sphinx-book-theme", "sphinx-examples"] [[package]] name = "sphinx-design" -version = "0.4.1" +version = "0.5.0" description = "A sphinx extension for designing beautiful, view size responsive web components." category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "sphinx_design-0.4.1-py3-none-any.whl", hash = "sha256:23bf5705eb31296d4451f68b0222a698a8a84396ffe8378dfd9319ba7ab8efd9"}, - {file = "sphinx_design-0.4.1.tar.gz", hash = "sha256:5b6418ba4a2dc3d83592ea0ff61a52a891fe72195a4c3a18b2fa1c7668ce4708"}, + {file = "sphinx_design-0.5.0-py3-none-any.whl", hash = "sha256:1af1267b4cea2eedd6724614f19dcc88fe2e15aff65d06b2f6252cee9c4f4c1e"}, + {file = "sphinx_design-0.5.0.tar.gz", hash = "sha256:e8e513acea6f92d15c6de3b34e954458f245b8e761b45b63950f65373352ab00"}, ] [package.dependencies] -sphinx = ">=4,<7" +sphinx = ">=5,<8" [package.extras] -code-style = ["pre-commit (>=2.12,<3.0)"] -rtd = ["myst-parser (>=0.18.0,<2)"] -testing = ["myst-parser (>=0.18.0,<2)", "pytest (>=7.1,<8.0)", "pytest-cov", "pytest-regressions"] -theme-furo = ["furo (>=2022.06.04,<2022.07)"] -theme-pydata = ["pydata-sphinx-theme (>=0.9.0,<0.10.0)"] +code-style = ["pre-commit (>=3,<4)"] +rtd = ["myst-parser (>=1,<3)"] +testing = ["myst-parser (>=1,<3)", "pytest (>=7.1,<8.0)", "pytest-cov", "pytest-regressions"] +theme-furo = ["furo (>=2023.7.0,<2023.8.0)"] +theme-pydata = ["pydata-sphinx-theme (>=0.13.0,<0.14.0)"] theme-rtd = ["sphinx-rtd-theme (>=1.0,<2.0)"] -theme-sbt = ["sphinx-book-theme (>=0.3.0,<0.4.0)"] +theme-sbt = ["sphinx-book-theme (>=1.0,<2.0)"] [[package]] name = "sphinx_external_toc" @@ -960,4 +960,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "415c0a22f76eefb9b99647773800d96ec26a13e67c571629fe62e01d8d01fece" +content-hash = "d309ac393334734f86f821609589346af01eb56a6163c5548174a0d9826d5a54" diff --git a/pyproject.toml b/pyproject.toml index df3f06bcd..e4b54bbe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ sphinx = "==6.2.1" myst-parser = "==2.0.0" sphinx-multiversion = "==0.2.4" sphinx-intl = "==2.1.0" -sphinx_design = "==0.4.1" +sphinx_design = "==0.5.0" sphinxcontrib-mermaid = "==0.9.2" sphinxcontrib-images = "==0.9.4" sphinx-copybutton = "==0.5.2"