From ca3b3ade536af3c8bca5f62b3ca2ad1d6d44003e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:15:26 +0100 Subject: [PATCH] Update hyperframe requirement from <=6.0.1,>=6.0 to >=6.0,<=6.1.0 (#7530) Updates the requirements on [hyperframe](https://github.com/python-hyper/hyperframe) to permit the latest version. - [Changelog](https://github.com/python-hyper/hyperframe/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/hyperframe/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: hyperframe 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 8c805e2a9..d59024430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "flask>=3.0,<=3.1.0", "h11>=0.11,<=0.14.0", "h2>=4.1,<=4.1.0", - "hyperframe>=6.0,<=6.0.1", + "hyperframe>=6.0,<=6.1.0", "kaitaistruct>=0.10,<=0.10", "ldap3>=2.8,<=2.9.1", "mitmproxy_rs>=0.11.4,<0.12", # relaxed upper bound here: we control this