mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
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:
parent
8e7f219a12
commit
ca3b3ade53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue