Bump sphinx from 7.2.6 to 8.0.2 (#181)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-31 21:05:54 -07:00 committed by GitHub
parent 74ab16f884
commit 42366e97aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ dev = [
"ufmt==2.7.0", "ufmt==2.7.0",
] ]
docs = [ docs = [
"sphinx==7.2.6", "sphinx==8.0.2",
"sphinx-mdinclude==0.6.2", "sphinx-mdinclude==0.6.2",
] ]