From 69b03bce354d8a07ac23b5f00f42f18da3293ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:57:10 -0500 Subject: [PATCH] Update dependency sphinx-autodoc-typehints to v3 (#823) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ded37f76..d6d4d612 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==8.1.3 furo==2024.8.6 -sphinx-autodoc-typehints==2.5.0 +sphinx-autodoc-typehints==3.0.0 sphinx-copybutton==0.5.2 sphinx-paramlinks==0.6.0 myst-parser==4.0.0 diff --git a/pyproject.toml b/pyproject.toml index 9a01e79e..fd1910c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "furo==2024.8.6", # Documentation theme "sphinx-copybutton==0.5.2", # Copy button for code blocks "sphinx-paramlinks==0.6.0", # Links to parameters in other pages - "sphinx-autodoc-typehints==2.5.0", # More type hint customization + "sphinx-autodoc-typehints==3.0.0", # More type hint customization "myst-parser==4.0.0", # Embeds markdown in sphinx # DEVELOPMENT "black[jupyter]==24.10.0", # Python Formatter