From 697b7f9836765ae952989cc3929405b52e390f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:27:30 +0000 Subject: [PATCH] chore(deps): upgrade dependency sphinx-autodoc-typehints to v3.11.0 --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 15b7f0f392..15b2b9e6af 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -5,7 +5,7 @@ myst-parser[linkify]==5.1.0 ; python_version >= "3.13" sphinxext-opengraph==0.13.0 ; python_version >= "3.13" sphinx-copybutton==0.5.2 ; python_version >= "3.13" furo==2025.12.19 ; python_version >= "3.13" -sphinx-autodoc-typehints==3.10.3 ; python_version >= "3.13" +sphinx-autodoc-typehints==3.11.0 ; python_version >= "3.13" sphinx-intl==2.3.2 ; python_version >= "3.13" typing_extensions==4.15.0 ; python_version >= "3.13" levenshtein==0.27.3 ; python_version >= "3.13"