From be182937e2e801df53c159c5066510ea359e4530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 15:46:52 +0000 Subject: [PATCH] Update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d716ec..e07faa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ strawberry-sqlalchemy-mapper = "0.3.1" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^7.2.6" +sphinx = "^8.0.0" sphinx-rtd-theme = "^2.0.0" sphinxcontrib-mermaid = "^0.9.2" enum-tools = {extras = ["sphinx"], version = "^0.12.0"}