From b2b8e7d76d214b4da53fba0a9032c89936ad2412 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 01:53:36 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef97a848..a9fdc67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,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"