From 186f2fd8a6e6e3a93ebe021e77fbfb0bae4355f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:28:04 +0000 Subject: [PATCH] fix(deps): update dependency requests to >=2.33,<2.34 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d6e76b4..c6c733ba 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.33", + "requests>=2.33,<2.34", "PyYAML~=6.0", "click~=8.1.3", "jinja2>3,<4",