From aa0c6fb6336f8f894d2ad8ec79d4e52498d1fa82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:14:58 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.7.0 --- 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 7b94d45..7d1ac91 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ autoapi==2.0.1 sphinx==8.2.3 -sphinx-autodoc-typehints==3.2.0 +sphinx-autodoc-typehints==3.7.0 sphinx_rtd_theme==3.0.2 diff --git a/pyproject.toml b/pyproject.toml index 94ab2cf..e8b2214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ ] doc = [ "autoapi (>=2.0.1,<2.1.0)", - "sphinx-autodoc-typehints (>=3.2.0,<3.3.0)", + "sphinx-autodoc-typehints (>=3.7.0,<3.8.0)", "sphinx-rtd-theme (>=3.0.2,<3.1.0)" ]