From 94b1cb5b7f37313e535f50f3480877151ea3109f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:55:04 +0000 Subject: [PATCH] fix(deps): update dependency sphinx to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73e1190..c6239ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pre-commit = [ "pylint>=4.0,<5.0" ] docs = [ - "sphinx>=7.0,<8.0", + "sphinx>=9.1,<9.2", "nbsphinx>=0.9,<1.0", "sphinx_rtd_theme>=3,<3.1", "sphinxcontrib-contentui>=0.2,<1.0",