Skip to content

Commit 17ebc15

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps-dev): Update sphinx requirement from <9,>=3.5 to >=3.5,<10
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@v3.5.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61697c3 commit 17ebc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ optional-dependencies.develop = [
102102
]
103103
optional-dependencies.doc = [
104104
"crate-docs-theme>=0.26.5",
105-
"sphinx>=3.5,<9",
105+
"sphinx>=3.5,<10",
106106
]
107107
optional-dependencies.release = [
108108
"build<2",

0 commit comments

Comments
 (0)