From a3da77c1e1b3eab4c4806e5913e6e3a8fbf4db36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:01:40 +0000 Subject: [PATCH] chore(deps): upgrade dependency sphinx-autodoc-typehints to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f4847c6c6..ade692b0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "levenshtein==0.27.1", "myst-parser[linkify]==4.0.1", "sphinx==8.0.2", - "sphinx-autodoc-typehints==2.5.0", + "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2", "sphinx-intl==2.3.2", "sphinxcontrib-trio==1.1.2",