From 382c7897ce6e14137c3b971f251bf440c546b360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:47:35 +0000 Subject: [PATCH] Update sphinx requirement from !=5.1.0,<7.1.1,>=4 to >=4,!=5.1.0,<7.2.4 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) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v7.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fb25dd..4ee0c7a 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "myst-parser>=0.18,<2.1", "mdformat~=0.7.16", "mdformat-myst~=0.1.5", - "sphinx>=4,!=5.1.0,<7.1.1", # The default Python documentation engine + "sphinx>=4,!=5.1.0,<7.2.4", # The default Python documentation engine "sphinx-autoapi>=1.8,<2.2", # Generates documentation from docstrings "sphinx-issues>=1.2,<3.1", # Allows references to GitHub issues "tox>=3.20,<4.7", # Python test environment manager