From a8910d985cd9607ccd8b90951d95f0ed75208d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:26:48 +0000 Subject: [PATCH] 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](https://github.com/sphinx-doc/sphinx/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e209bdf..7c32764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ dev = [ "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.15.0", - "sphinx>=7.3.7,<8.2.0", + "sphinx>=7.3.7,<9.2.0", "scikit-learn>=1.5,<1.8", "pre-commit>=4.0.1,<4.6.0" ] @@ -45,7 +45,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment" dev-dependencies = [ "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.15.0", - "sphinx>=7.3.7,<8.2.0", + "sphinx>=7.3.7,<9.2.0", "scikit-learn>=1.5,<1.8", "pre-commit>=4.0.1,<4.6.0" ]