From 5aa685353f3d76f6b4a6cad9d24204fb60148284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:40:20 +0000 Subject: [PATCH] fix(pypi): update dependency requests to v2.33.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc1f5a4..45b431a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "ruamel.yaml==0.19.1", "reqstool-python-decorators==0.1.0", "packaging==26.0", - "requests==2.32.5", + "requests==2.33.0", "beautifulsoup4==4.14.3", ]