From d0f599156df88a617cd26eb2b2b50633da840501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:42:14 +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 721341d..aecaff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "praw==7.8.1", "py-cord==2.7.2", "python-dotenv==1.2.2", - "requests==2.33.1", + "requests==2.34.0", "requests-oauthlib==2.0.0", "tinydb==4.8.2", ]