Skip to content

Commit

Permalink
chore(deps): update sphinx requirement
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/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.1.1...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 66d90dc commit b7487aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
"cyclonedx-bom >=4.0.0,<5.0.0",
]
docs = [
"sphinx >=5.1.1,<8.0.0",
"sphinx >=5.1.1,<9.0.0",
"sphinx-markdown-builder >=0.6.4,<1.0.0",
]
hooks = [
Expand Down

0 comments on commit b7487aa

Please sign in to comment.