From e392d7e391cda358ab4a9d48dbb372c174a9d9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:20:32 +0000 Subject: [PATCH] Update sphinx requirement from !=5.1.0,<7.3.6,>=4 to >=4,!=5.1.0,<7.3.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/v4.0.0...v7.3.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 183a6516..454e3c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ doc = [ "doc8>=0.9,<1.2", # Ensures clean documentation formatting "furo>=2022.4.7", # A clean customisable Sphinx documentation theme. "rstcheck[sphinx,toml]>=5.0,<6.3", # ReStructuredText linter - "sphinx>=4,!=5.1.0,<7.3.6", + "sphinx>=4,!=5.1.0,<7.3.7", "sphinx-autoapi>=1.8,<3.1", "sphinx-issues>=1.2,<4.2", "sphinx-autodoc-typehints>1.19,<2.1.1",