From 31fd7c487e92f6915e8ba9fe2f436a4d344b75fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 19:25:57 +0200 Subject: [PATCH] [doc] Update dependency sphinx-autodoc-typehints to v1.24.0 (#427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 20bdcf3e..28a718d7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==7.0.1 -sphinx-autodoc-typehints==1.23.3 +sphinx-autodoc-typehints==1.24.0 sphinx_rtd_theme==1.2.2 diff --git a/setup.cfg b/setup.cfg index bd5fd0c2..173f1932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,5 +59,5 @@ dev = wheel~=0.40.0 doc = autoapi~=2.0.1 - sphinx-autodoc-typehints~=1.23.0 + sphinx-autodoc-typehints~=1.24.0 sphinx-rtd-theme~=1.2.1