From bfcb004a049b79e484b8060e1b11e6c2539a0c30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:15:28 +0000 Subject: [PATCH] chore(deps): upgrade dependency sphinx-autodoc-typehints to v3.12.1 --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 4595aa580f..a9083ed203 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.12.0 ; python_version >= "3.13" +sphinx-autodoc-typehints==3.12.1 ; 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"