Skip to content

Commit 27e9089

Browse files
chore(deps-dev): bump sphinx from 7.3.7 to 8.2.3 (#49)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.2.3. - [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...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60b3bc4 commit 27e9089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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",
31-
"sphinx~=7.3.7",
31+
"sphinx>=7.3.7,<8.2.0",
3232
"scikit-learn~=1.5.0",
3333
"pre-commit>=4.0.1,<4.4.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",
48-
"sphinx~=7.3.7",
48+
"sphinx>=7.3.7,<8.2.0",
4949
"scikit-learn~=1.5.0",
5050
"pre-commit>=4.0.1,<4.4.0"
5151
]

0 commit comments

Comments
 (0)