From 20a21bdabfbb7d031c96dec8ee93095ae1f95e4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:52:22 +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 9cf62bff..b0eda977 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.12" dependencies = [ "beautifulsoup4==4.13.4", "boto3==1.38.27", - "Brotli==1.1.0", + "Brotli==1.2.0", "celery[redis]==5.5.3", "dj-database-url==2.3.0", "django-configurations==2.5.1",