From 03d855ccf584d2c17b0d3b4960132db7f90905d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:48:24 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-autodoc-typehints to v3.10.2 --- docs/requirements.txt | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7b94d45..86424d3 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_rtd_theme==3.0.2 +sphinx-autodoc-typehints==3.6.1 +sphinx_rtd_theme==3.1.0 diff --git a/pyproject.toml b/pyproject.toml index c001ec5..9fecf4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,8 +58,8 @@ dev = [ ] doc = [ "autoapi (>=2.0.1,<2.1.0)", - "sphinx-autodoc-typehints (>=3.2.0,<3.3.0)", - "sphinx-rtd-theme (>=3.0.2,<3.1.0)" + "sphinx-autodoc-typehints (>=3.6.1,<3.6.2)", + "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ] [build-system]