From 4b2d02aa0b62e06f9c38cb396f1f2bac70aef90a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:45:20 +0000 Subject: [PATCH] chore(deps): update dependency types-requests to v2.33.0.20260518 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 157df812..56183e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ types = [ "mypy==1.20.2", "types-dateparser==1.4.0.20260518", "types-python-dateutil==2.9.0.20260518", - "types-requests==2.33.0.20260513" + "types-requests==2.33.0.20260518" ] [project]