From 362e0fe5e104a6cf23d00a222c8616a4783cc86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:25:29 +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 26dad62ffa1..e433fe64eaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ jschon = "^0.11.1" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^4.4" +sphinx = "^8.0.0" sphinx-issues = "^3.0.1" sphinx-rtd-theme = "^1.0"