From 004ae0d564b3109a98c05b1dadb92ccd09fb1758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:34:51 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.10.2 --- 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 622bdef..5ec0a99 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.2.0 +sphinx-autodoc-typehints==3.10.2 sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index 3d936cb..9b242b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ ] doc = [ "autoapi (>=2.0.1,<2.1.0)", - "sphinx-autodoc-typehints (>=3.2.0,<3.3.0)", + "sphinx-autodoc-typehints (>=3.10.2,<3.11.0)", "sphinx-rtd-theme (>=3.0.2,<3.1.0)" ]