From d73d1719b07c7115f6a9845aa2454600c692c699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:58:27 +0000 Subject: [PATCH] Update sphinx requirement from <=7.2.6 to <=7.4.7 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/v0.1.61611...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a71724018..aafcae6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest-black", "pytest-asyncio", "pytest-pydocstyle", - "sphinx<=7.2.6", #https://github.com/sphinx-doc/sphinx/issues/11662 + "sphinx<=7.4.7", #https://github.com/sphinx-doc/sphinx/issues/11662 "sphinx-autobuild", "sphinx-copybutton", "sphinx-design",