From c73065fb482b38dc23f691e641336548488a96c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:35:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(deps):=20update=20dependency?= =?UTF-8?q?=20sphinx=20to=20v7.1.2?= 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 d95a32b..0ed6bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.1.0" +sphinx = "7.1.2" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^0.8.3"