Skip to content

Commit

Permalink
Update sphinx requirement from ^6.0.0 to >=6,<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@v6.0.0...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent cea865e commit a015e1e
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 @@ -73,7 +73,7 @@ urllib3 = ">=1.22.0,<3"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^6.0.0"
sphinx = ">=6,<8"
sphinx-rtd-theme = ">=1.3,<3.0"
certifi = ">=2018.4.16"
expiringdict = ">=1.1.4"
Expand Down

0 comments on commit a015e1e

Please sign in to comment.