From 026047e322f80a21667779f6cad8b7cf2ad7bc06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:19:46 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8950df..2e07a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ ipywidgets = "^8.0.3" pytest-xdist = "^3.6.1" [tool.poetry.group.docs.dependencies] -Sphinx = "^7.2.5" +Sphinx = "^8.0.0" pydata-sphinx-theme = "^0.15.2" myst-parser = "^4.0.0" jupyter = "^1.0.0"