From de157b4f52fdb70d8da7067d15b5b18208224846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:27:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20Bro?= =?UTF-8?q?tli=20to=20v1.2.0=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 638019c3..0b717f19 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.14.2", "boto3==1.40.59", - "Brotli==1.1.0", + "Brotli==1.2.0", "celery[redis]==5.5.3", "django-configurations==2.5.1", "django-cors-headers==4.9.0",