From 32f770816408e63613153c02755f194948679086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:42:13 +0000 Subject: [PATCH] chore(deps): upgrade dependency sphinx to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1e17d5d45..a5e657298a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "furo==2025.12.19", "levenshtein==0.27.3", "myst-parser[linkify]==5.0.0", - "sphinx==8.2.3", + "sphinx==9.1.0", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-intl==2.3.2",