From 737a57f60bc72a4df491d84f3158e39114008029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:29:09 +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.3.1?= 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 edd11e5..0609eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ pytest-loguru = "^0.4.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.6" +sphinx = "7.3.1" pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1"