From 73f4d0602352d98de3983653ba44faaed532b043 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:18:52 +0000 Subject: [PATCH] Update dependency sphinx_design to v0.5.0 --- docs/poetry.lock | 24 ++++++++++++------------ docs/pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index c2242ec..44cf116 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -664,27 +664,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" @@ -877,4 +877,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "dc544511cefbf5288c1e17a0bda86726b8f4bbf1502bfbb25267611bfc2bc3d0" +content-hash = "6e21fe654cf876044c9a20a835b5af236e7d404d6438045caf00b96939d496f3" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 9ffcc3b..21816c4 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Open Podcast API team"] python = "^3.9" furo = "==2022.12.7" sphinx-copybutton = "==0.5.2" -sphinx_design = "==0.4.1" +sphinx_design = "==0.5.0" sphinx_external_toc = "==0.3.1" sphinxcontrib-mermaid = { git = "https://github.com/Sporiff/sphinxcontrib-mermaid", rev = "cdn-change" } accessible-pygments = "==0.0.4"