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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-02 00:15:26 +01:00 committed by GitHub
parent 8e7f219a12
commit ca3b3ade53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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