From a8c91d0357f969c9c063a45c42d61107e6ea4372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:57:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(deps):=20update=20dependency?= =?UTF-8?q?=20sphinx=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 948c4669..e1f64f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-mock = "^3.11.1" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^6.0.0" +sphinx = "^7.0.0" sphinx_bootstrap_theme = "^0.8.1" sphinx-autoapi = "^2.1.1" sphinx-copybutton= "^0.5.2"