From 9c48cc304c59a836d524e177cfaabf8c696707e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 02:01:59 +0000 Subject: [PATCH] Update sphinx requirement from <6,>=3.0.0 to >=3.0.0,<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/v3.0.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 1ae4796..f2e94ed 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def _get_long_description(): 'scipy >=1.0.0, <2', ], extras_require={ - 'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'], + 'docs': ['sphinx >=3.0.0, <7', 'matplotlib >=3.1', 'numpydoc', 'm2r2'], 'tests': ['pytest', 'coverage <8', 'pytest-cov', 'coveralls'], }, package_data={"csaps": ["py.typed"]},