From 1cbbec5b366ad74b7f58896bc56e454aff67af4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:52:14 +0000 Subject: [PATCH] fix(deps): update dependency requests to >=2.34,<2.35 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6e9ccbd..263b5d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires-python = ">=3.11,<3.15" # the main constraint for supported Python vers dependencies = [ "urllib3<3", "multiprocess~=0.70.15", - "requests>=2.31,<2.34", + "requests>=2.34,<2.35", "PyYAML~=6.0", "click~=8.1.3", "jinja2>3,<4",