From 00bf2586557b647e57fd78c8c893490e94628eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:12:10 +0000 Subject: [PATCH] :arrow_up: Bump brotli from 1.1.0 to 1.2.0 in /src/backend Bumps [brotli](https://github.com/google/brotli) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/google/brotli/releases) - [Changelog](https://github.com/google/brotli/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/brotli/compare/go/cbrotli/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: brotli dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 638019c37..0b717f19b 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",