Skip to content

Commit a8910d9

Browse files
chore(deps-dev): update sphinx requirement
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.3.7...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 c6968a6 commit a8910d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
dev = [
2929
"build>=1.2.2,<1.4.0",
3030
"ruff>=0.12.2,<0.15.0",
31-
"sphinx>=7.3.7,<8.2.0",
31+
"sphinx>=7.3.7,<9.2.0",
3232
"scikit-learn>=1.5,<1.8",
3333
"pre-commit>=4.0.1,<4.6.0"
3434
]
@@ -45,7 +45,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment"
4545
dev-dependencies = [
4646
"build>=1.2.2,<1.4.0",
4747
"ruff>=0.12.2,<0.15.0",
48-
"sphinx>=7.3.7,<8.2.0",
48+
"sphinx>=7.3.7,<9.2.0",
4949
"scikit-learn>=1.5,<1.8",
5050
"pre-commit>=4.0.1,<4.6.0"
5151
]

0 commit comments

Comments
 (0)