From 0da961bce93fdadde1ecdb60a128de1bd696cc5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:13:43 +0000 Subject: [PATCH] chore(deps): upgrade dependency sphinx to v8.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b179310b21..18243b1c95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "furo==2024.8.6", "levenshtein==0.27.1", "myst-parser[linkify]==4.0.1", - "sphinx==8.0.2", + "sphinx==8.2.3", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-intl==2.3.2",