From 7ccbbbb1c8cbc586727139ddf1f2729a6755332e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:23:51 +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 aba7c738f..d36f35766 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==7.4.6 -sphinx-autodoc-typehints==2.2.3 +sphinx-autodoc-typehints==2.5.0 sphinx_rtd_theme==2.0.0 diff --git a/setup.cfg b/setup.cfg index 9e98e3c7f..948a81614 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,5 +68,5 @@ dev = wheel~=0.43.0 doc = autoapi~=2.0.1 - sphinx-autodoc-typehints~=2.2.2 + sphinx-autodoc-typehints~=2.5.0 sphinx-rtd-theme~=2.0.0