From 0d84be2619a2912e2d55027e2aabf0876d3f85d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:01:54 +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 ceb05582..64ad454a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ ruff = ">=0.4.8" optional = true [tool.poetry.group.docs.dependencies] -sphinx = ">=6.1.3,<8.0.0" +sphinx = ">=8.0.2,<8.1.0" sphinx-autodoc-typehints = ">=1.22,<3.0" sphinxcontrib-programoutput = "^0.17" numpydoc = "^1.5.0"