From baf06967e1ce556007f8da18a139b29efd5db61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 00:27:39 +0000 Subject: [PATCH] Update sphinx requirement from <7,>=4 to >=4,<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) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v7.0.0) --- 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 ef8ff72b0..c9a4aae75 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'test': ['factory_boy~=3.2.1'], 'docs': [ 'recommonmark~=0.7', - 'sphinx>=4,<7', + 'sphinx>=4,<8', 'tom_antares', 'tom_scimma' ]