Skip to content

Commit

Permalink
build(deps-dev): update sphinx requirement from ^6.1.3 to ^7.2.6
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@v6.1.3...v7.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dev-zero committed Nov 10, 2023
1 parent 48ccf4f commit 791ecf1
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 @@ -33,7 +33,7 @@ lsp = ["pygls"]
pytest = "^7.1"
pytest-cov = "^4.0"
pytest-console-scripts = "^1.4"
sphinx = "^6.1.3"
sphinx = "^7.2.6"
sphinx-rtd-theme = "^1.0.0"
taskipy = "^1.4"
mypy = "^1.2.0"
Expand Down

0 comments on commit 791ecf1

Please sign in to comment.