Skip to content

Commit 640c4be

Browse files
Update sphinx requirement from <9.0.0,>=7.0.0 to >=7.0.0,<10.0.0
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@v7.0.0...v9.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0971f2b commit 640c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Documentation = "https://flogin.readthedocs.io/en/latest/"
3434

3535
[project.optional-dependencies]
3636
docs = [
37-
"sphinx>=7.0.0,<9.0.0",
37+
"sphinx>=7.0.0,<10.0.0",
3838
"furo==2025.7.19", # theme // https://pradyunsg.me/furo/customisation/announcement/
3939
"sphinx-toolbox>=3.5,<5.0", # https://sphinx-toolbox.readthedocs.io/en/latest/extensions/index.html
4040
"sphinxcontrib-trio==1.1.2",

0 commit comments

Comments
 (0)