From 8b97ac10d87cb0eb53040a40de6bc7a944689ec0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:23:15 +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 a0d76a8..8beb03d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = "^8.3.2" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^7.2.6" +sphinx = "^8.0.0" sphinx-autoapi = "3.3.1" [tool.pyright]