From 9b9b4c6e41f4c7c1a5186fef848c5c3039d4900f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:12:13 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.10.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 9c69684..383251e 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.10.4 sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index 01929e3..a930059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ ] doc = [ "autoapi (>=2.0.1,<2.1.0)", - "sphinx-autodoc-typehints (>=3.6.1,<3.6.2)", + "sphinx-autodoc-typehints (>=3.10.4,<3.10.5)", "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ]