From d082510d518087bd18693cf6c22195a71a4eba94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:37:41 +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 d4809fb..51375ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-randomly = "3.16.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^7.0.0" +sphinx = "^8.0.0" sphinxcontrib-bibtex = "^2.5.0" sphinx-gallery = "^0.18.0" pydata-sphinx-theme = "^0.16.0"