From 6cc4a184a81ffa854ae3e2f52dac672612584ad5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 02:18:22 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f55627d..e1c07a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^6.0.0" +sphinx = "^7.0.0" sphinx-autodoc-typehints = "^1.11.1" recommonmark = "^0.7.1" sphinx_rtd_theme = "^1.0.0"