From 4964f92c977dba082e289d68982761a59d2325c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:52:53 +0000 Subject: [PATCH] Update sphinx requirement from !=5.1.0,<7.4.8,>=4 to >=4,!=5.1.0,<8.0.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/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v8.0.2) --- 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 1d78e23b..bf056339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ doc = [ "doc8>=0.9,<1.2", "furo>=2023.09.10", - "sphinx>=4,!=5.1.0,<7.4.8", + "sphinx>=4,!=5.1.0,<8.0.3", "sphinx-autoapi>=1.8,<3.3", "sphinx-issues>=1.2,<4.2", "sphinx-autodoc-typehints>1.19,<2.3.0",