From 074ea282e350d7c23db8a35262c89cd4fd9f0db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 13:20:18 +0000 Subject: [PATCH] Update sphinx requirement from ~=4.0 to >=4,<6 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/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v5.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..6e6b3d214 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,<6', 'tom_antares', 'tom_scimma' ]