From 65251ada79cd66460f336647bbdfb90eb5331194 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:26:23 +0000 Subject: [PATCH] Update dependency requests to ~=2.32.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2808a4c731..22fc9169763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # FIXME: pytoml is outdated and should not be used "pytoml==0.1.21", "PyYAML~=6.0.1", - "requests~=2.31.0", + "requests~=2.32.5", "toml==0.10.2", "typing-inspect==0.9.0", "typing-extensions>=4.12",