From 590cba76fd8557246d896d1d5f5cccd02d1dca3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:34:40 +0000 Subject: [PATCH] Update brotli requirement from <1.1,>=1.0 to >=1.0,<1.2 (#6392) Updates the requirements on [brotli](https://github.com/google/brotli) to permit the latest version. - [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.0...v1.1.0) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2a106754..46b38664c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "aioquic_mitmproxy>=0.9.20,<0.10", "asgiref>=3.2.10,<3.8", - "Brotli>=1.0,<1.1", + "Brotli>=1.0,<1.2", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "cryptography>=38.0,<41.1", "flask>=1.1.1,<3.1",