Skip to content

Commit

Permalink
Update sphinx requirement from ==7.* to ==8.*
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/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.0.0rc1...v8.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent 9668383 commit f32c780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ wheel
docutils == 0.20.*
furo
myst-parser == 2.*
sphinx == 7.*
sphinx == 8.*
sphinx_autodoc_typehints == 2.*
2 changes: 1 addition & 1 deletion requirements-readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pyjson5 == 1.6.7
docutils == 0.20.*
furo
myst-parser == 2.*
sphinx == 7.*
sphinx == 8.*
sphinx_autodoc_typehints == 2.*

0 comments on commit f32c780

Please sign in to comment.