From 5c5580fff51a3c626061d874361d51743eb54f39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:51:43 +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 1465226..9e7ede2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = ">=5,<6" +sphinx = ">=7,<8" sphinx_bootstrap_theme = "^0.8.1" sphinxext-remoteliteralinclude = "^0.4.0"