From 785da01b8b0a4d4522587d8f8b10b56418c6afe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:12:24 +0000 Subject: [PATCH] Update sphinx requirement from !=5.1.0,<7.3.7,>=4 to >=4,!=5.1.0,<7.3.8 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.7) --- 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 cca4a91..a872c81 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.3.7", # The default Python documentation engine + "sphinx>=4,!=5.1.0,<7.3.8", # The default Python documentation engine "sphinx-autoapi>=1.8,<3.1", # Generates documentation from docstrings "sphinx-issues>=1.2,<4.2", # Allows references to GitHub issues "tox>=3.20,<4.15", # Python test environment manager