From 31f7256266a3b34d4839ee71349f809c652f5add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:52:44 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.34.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f36a319f9d73..1850385a28d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ dependencies = [ "igdb-api-v4==0.3.3", "python-dotenv==1.2.2", - "requests==2.33.1", + "requests==2.34.0", "requests-cache==1.3.2", ]