From 3e5a69b6836f2bf57e94ea7b14e66e08f5827690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:01:26 +0000 Subject: [PATCH] Update sphinx requirement from <3.6,>=2.2 to >=2.2,<6.2 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.1.2) --- 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..bc87d59 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.2', 'sphinx-autobuild>=0.7,<2020.10', 'sphinx_rtd_theme>=0.4,<0.6', ]