Skip to content

Commit

Permalink
Chore(deps): Update sphinx requirement from <8,>=3.5 to >=3.5,<9
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@v3.5.0...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 and amotl committed Aug 7, 2024
1 parent 7ffd974 commit 8e42d39
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 @@ -105,7 +105,7 @@ develop = [
]
doc = [
"crate-docs-theme>=0.26.5",
"sphinx<8,>=3.5",
"sphinx>=3.5,<9",
]
release = [
"build<2",
Expand Down

0 comments on commit 8e42d39

Please sign in to comment.