From 58abf4c2e5a7e3fdad358ee0dfa7a3661505785c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:19:35 +0200 Subject: [PATCH 1/2] [client-python] chore(deps): update dependency requests to >=2.33.1,<2.34.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45e30a1..4037c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "PyYAML (>=6.0,<6.1)", "pydantic (>=2.11.3,<2.12.0)", "pydantic-settings (>=2.11.0,<2.12.0)", - "requests (>=2.32.3,<2.33.0)", + "requests (>=2.33.1,<2.34.0)", "setuptools (>=80.9.0,<80.10.0)", "cachetools (>=5.5.0,<5.6.0)", "prometheus-client (>=0.22.1,<0.23.0)", From ed8347d2cb7bf5925ac4a72338fe00d71ec5b420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:53:07 +0000 Subject: [PATCH 2/2] [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 4037c40..baaf056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,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]