From a8b08c4b6db735e6534b1d58a69b02161e11bf13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:20:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20req?= =?UTF-8?q?uests=20to=20v2.32.4=20[SECURITY]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index edc5c85..d4366fb 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "nested-multipart-parser==1.5.0", "psycopg[binary]==3.2.9", "redis==5.2.1", - "requests==2.32.3", + "requests==2.32.4", "sentry-sdk[django]==2.28.0", "whitenoise==6.9.0", ]