From fbf3484807f855bae5d624523fdf28865d8bb883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:29:49 +0000 Subject: [PATCH] fix(pypi): update dependency requests to v2.33.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a3caea..d415bc3 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.33.0", + "requests==2.33.1", "beautifulsoup4==4.14.3", ]