From 891390ba381f020ba49f8f9f9b0a5996db5f8c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:25:35 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20sphinx=20requirement=20from=207.4.7=20to=208.1.3?= 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.4.7...v8.1.3) --- 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 8500bc52..a70e05ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pre-commit = "^3.3.1" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.4.7" +sphinx = "8.1.3" sphinx-hoverxref = "^1.3.0" sphinx_copybutton = "0.5.2" sphinx_design = "^0.6.0"