From 8863740e29cf9387dc071025c53e635242decbec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:56:04 +0000 Subject: [PATCH] fix(deps): update dependency sphinx-autodoc-typehints to v3.13.4 --- 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 9c696843..2f1d1d9c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx==9.1.0 sphinx-autoapi==3.4.0 astroid==3.3.8 -sphinx-autodoc-typehints==3.6.1 +sphinx-autodoc-typehints==3.13.4 sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index 9fe7adb2..9c035b5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ ] doc = [ "autoapi (>=2.0.1,<2.1.0)", - "sphinx-autodoc-typehints (>=3.6.1,<3.6.2)", + "sphinx-autodoc-typehints (>=3.13.4,<3.13.5)", "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ]