From f397383c060ba1629d9d61ed7cb6923f42ea274b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:37:52 +0000 Subject: [PATCH] Bump brotli from 1.1.0 to 1.2.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdfa5ce7c4..a8be03ca5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiohttp==3.13.3; python_version >= '3.9' aiosignal==1.4.0; python_version >= '3.9' async-timeout==5.0.1; python_version >= '3.8' attrs==25.4.0; python_version >= '3.9' -brotli==1.1.0 +brotli==1.2.0 cairocffi==1.7.0; python_version >= '3.8' cairosvg==2.7.1 certifi==2025.6.15; python_version >= '3.7'