From dd4827ccee1c900ac50502d573f3a02486defa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:53:30 +0000 Subject: [PATCH] Update sphinx requirement from <=7.1 to <=7.2.6 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.2.6) --- 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 19e66d864..a71724018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest-black", "pytest-asyncio", "pytest-pydocstyle", - "sphinx<=7.1", #https://github.com/sphinx-doc/sphinx/issues/11662 + "sphinx<=7.2.6", #https://github.com/sphinx-doc/sphinx/issues/11662 "sphinx-autobuild", "sphinx-copybutton", "sphinx-design",