From 39675bf19e72cc9c3f3b4a978d5d7061058adc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:01:16 +0000 Subject: [PATCH] Update sphinx requirement from <3.6,>=2.2 to >=2.2,<6.1 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/v2.2.0...v6.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..4ed5813 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-cov>=2.7,<2.12', ], 'docs': [ - 'sphinx>=2.2,<3.6', + 'sphinx>=2.2,<6.1', 'sphinx-autobuild>=0.7,<2020.10', 'sphinx_rtd_theme>=0.4,<0.6', ]