Update sphinx requirement from <8,>=7.0.1 to >=7.0.1,<9

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/v8.1.3/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-20 16:19:21 +00:00 committed by Alexis Métaireau
parent e568bb05cc
commit a9f211d3f6

View file

@ -66,7 +66,7 @@ dev = [
"zest.releaser>=6.20.1", "zest.releaser>=6.20.1",
] ]
doc = [ doc = [
"Sphinx>=7.0.1,<8", "Sphinx>=7.0.1,<9",
"docutils==0.20.1", "docutils==0.20.1",
"myst-parser>=2,<3", "myst-parser>=2,<3",
] ]