From 8f037a976c5bec35c7dbdc3efa7839c7a834e5b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 06:13:18 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v3.2.0 --- 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 961caaa82..7b94d45e5 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.1.0 +sphinx-autodoc-typehints==3.2.0 sphinx_rtd_theme==3.0.2 diff --git a/setup.cfg b/setup.cfg index 01e776849..4f70e417c 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.1.0 + sphinx-autodoc-typehints~=3.2.0 sphinx-rtd-theme~=3.0.2