From cba8accc7ce3330a2d92ab7f393d85ee2baaf28f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:06:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20sphinx=20to=20v7.2.6?= 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 2172534..6fd6432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.5" +sphinx = "7.2.6" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1"