From 250e6d0db27e88e823692c7f92b5e6d706353818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:36:19 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20sphinx=20requirement=20from=207.3.7=20to=207.4.7?= 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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) --- 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 c3cdd64..14aae9c 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.3.7" +sphinx = "7.4.7" pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1"