From a4c123bf20b297c1b9bccc4d4fd5caec61d60337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 05:25:43 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.10.3 --- 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..799e4b8 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.3 sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index 01929e3..4b026d8 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.3,<3.10.4)", "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ]