Skip to content

Commit

Permalink
Update sphinx requirement from <5,>=3.0.0 to >=3.0.0,<6
Browse files Browse the repository at this point in the history
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](sphinx-doc/sphinx@v3.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2022
1 parent 9ae9a35 commit d1f70ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _get_long_description():
'scipy >=1.0.0, <2',
],
extras_require={
'docs': ['sphinx >=3.0.0, <5', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
},
package_data={"csaps": ["py.typed"]},
Expand Down

0 comments on commit d1f70ab

Please sign in to comment.