From 18d1ed72574bdbc0e41989fc6c9eaa4030942921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:03:52 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20sphinx=20requirement=20from=207.2.4=20to=207.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.4...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d09b5c3..69fd4f5 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.2.4" +sphinx = "7.2.5" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1"