From 71380984c89ced175132edf254220650b4f2e2b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:50:31 +0000 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v2.5.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 b3555e8..58c6a38 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==7.3.7 -sphinx-autodoc-typehints==2.1.0 +sphinx-autodoc-typehints==2.5.0 sphinx_rtd_theme==2.0.0 diff --git a/setup.cfg b/setup.cfg index 82d1d09..267d4e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,5 +61,5 @@ dev = wheel~=0.43.0 doc = autoapi~=2.0.1 - sphinx-autodoc-typehints~=2.1.0 + sphinx-autodoc-typehints~=2.5.0 sphinx-rtd-theme~=2.0.0