From d011bf0fb9b3d96eeb6aa9149d2a89b24826a489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:28:54 +0000 Subject: [PATCH] Update sphinx requirement from <=7.2.6 to <=7.4.3 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.3) --- 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..772d46bb7 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.3", #https://github.com/sphinx-doc/sphinx/issues/11662 "sphinx-autobuild", "sphinx-copybutton", "sphinx-design",