From 1e2f4742732e8561f2d60fbcd7a6fe65ae3ef5bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:27:07 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v3 --- 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 36ee44911..961caaa82 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==8.2.3 -sphinx-autodoc-typehints==2.5.0 +sphinx-autodoc-typehints==3.1.0 sphinx_rtd_theme==3.0.2 diff --git a/setup.cfg b/setup.cfg index a197e83a0..5dfb3fb25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,5 +70,5 @@ dev = wheel~=0.45.1 doc = autoapi~=2.0.1 - sphinx-autodoc-typehints~=2.5.0 + sphinx-autodoc-typehints~=3.1.0 sphinx-rtd-theme~=3.0.2