From ce505f17a63cfcdec7f9b2f857ecda172b8c0c87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:54:44 +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",