From 10ff4be66f40fdb591e138e579a0f29591390ec0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:43:58 +0000 Subject: [PATCH] fix(deps): update dependency requests to >=2.34.2,<2.35.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe7adb..fba8866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "PyYAML (>=6.0,<6.1)", "pydantic (>=2.13.3,<2.14.0)", "pydantic-settings (>=2.14.0,<2.15.0)", - "requests (>=2.33.0,<2.34.0)", + "requests (>=2.34.2,<2.35.0)", "requests-toolbelt (>=1.0.0,<1.1.0)", "thefuzz (>=0.22,<0.23)", ]