From aabfc6e3dfd4d49d902cecb8087540ad86424826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:40:27 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v3.5.2 --- docs/requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7b94d45e5..8399be0bd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==8.2.3 -sphinx-autodoc-typehints==3.2.0 +sphinx-autodoc-typehints==3.5.2 sphinx_rtd_theme==3.0.2 diff --git a/setup.cfg b/setup.cfg index d6652bee0..23e37429a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,5 +70,5 @@ dev = wheel~=0.45.1 doc = autoapi~=2.0.1 - sphinx-autodoc-typehints~=3.2.0 + sphinx-autodoc-typehints~=3.5.2 sphinx-rtd-theme~=3.0.2