From 30fee98697536f010f08c2e37c00a85e8272f39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:53:56 +0000 Subject: [PATCH] Update sphinx requirement from !=5.1.0,<8.1,>=4 to >=4,!=5.1.0,<8.2 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...v8.1.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 97e14e3..0fe495c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ docs = [ "doc8>=1.0,<1.2", # Ensures clean documentation formatting "furo>=2022.4.7", - "sphinx>=4,!=5.1.0,<8.1", # The default Python documentation engine + "sphinx>=4,!=5.1.0,<8.2", # The default Python documentation engine "sphinx-autoapi>=3.1.2,<3.4", # Generates documentation from docstrings "sphinx-issues>=1.2,<5.1", # Allows references to GitHub issues ]