From 05fe354ddbf79c9d9756b41381fe86f0b01625b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:58:23 +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 9b09dce..59cf7cb 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.34.1", + "requests==2.34.2", "requests-oauthlib==2.0.0", "tinydb==4.8.2", ]