From 40bc7249f9a5bac0687c22d08e134800050b19ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 08:38:45 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency sphinx-rtd-theme to >=3.1.0,<3.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94ab2cf..14b1394 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-rtd-theme (>=3.0.2,<3.1.0)" + "sphinx-rtd-theme (>=3.1.0,<3.2.0)" ] [build-system]