From d30176e9e47234629d77e66888ebcfb87f04007e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:56:40 +0200 Subject: [PATCH] Bump brotli from 1.0.9 to 1.1.0 (#11455) * Bump brotli from 1.0.9 to 1.1.0 Bumps [brotli](https://github.com/google/brotli) from 1.0.9 to 1.1.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/v1.0.9...v1.1.0) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump brotli from 1.0.9 to 1.1.0 Bumps [brotli](https://github.com/google/brotli) from 1.0.9 to 1.1.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/v1.0.9...v1.1.0) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * - Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd8ce3257f2..c8f46e0e022 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ boto3==1.28.45 # Django Caches python-memcached<=1.59 whitenoise==6.5.0 -Brotli==1.0.9 +Brotli==1.1.0 # Contribs xmltodict<0.13.1 diff --git a/setup.cfg b/setup.cfg index 60335f5a9ec..104ad92ad2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -143,7 +143,7 @@ install_requires = # Django Caches python-memcached<=1.59 whitenoise==6.5.0 - Brotli==1.0.9 + Brotli==1.1.0 # Contribs xmltodict<0.13.1