From 5553cda3baff6e3335b468cc15abbcb1f92c1bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:01:10 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.34.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d64b96e2a..2cda3fba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pillow==12.2.0", "pygithub==2.9.1", "python-dotenv==1.2.2", - "requests==2.34.1", + "requests==2.34.2", "tqdm==4.67.3", "unhandled_exit==1.0.0", ]