From 0c1a6ba97642f7bf9882b9f3eec4a09bd2134a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:02:54 +0000 Subject: [PATCH] Update sphinx requirement from ~=4.0 to >=4,<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) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v6.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 ee5848eb6..b415d4187 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'test': ['factory_boy==3.2.0'], 'docs': [ 'recommonmark~=0.7', - 'sphinx~=4.0', + 'sphinx>=4,<7', 'tom_antares', 'tom_scimma' ]