From 62ba7ae0abef1d8149bdc1bce4373322b28047be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:58:49 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.10.5 --- 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..bf15a32 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.5 sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index 01929e3..72da178 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.5,<3.10.6)", "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ]