Skip to content

Commit

Permalink
Update sphinx requirement from >=4.5,<6.3 to >=4.5,<7.2
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)
- [Commits](sphinx-doc/sphinx@v4.5.0...v7.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BrianPugh committed Sep 20, 2023
1 parent 7661bf4 commit 4a67602
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 @@ -23,7 +23,7 @@ packages = [{include = "autoregistry"}]
python = ">=3.8"

[tool.poetry.group.docs.dependencies]
sphinx = ">=4.5,<6.3"
sphinx = ">=4.5,<7.2"
sphinx_rtd_theme = ">=1.0,<1.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 4a67602

Please sign in to comment.