bump mitmproxy_rs (#7165)
* bump mitmproxy_rs * Update pyproject.toml * don't build github web ui branches
This commit is contained in:
parent
8195d686ce
commit
4be97958cf
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
- '!dependabot/**'
|
- '!dependabot/**'
|
||||||
|
- '!*-patch-*'
|
||||||
pull_request:
|
pull_request:
|
||||||
merge_group:
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
@ -43,7 +43,7 @@ dependencies = [
|
||||||
"hyperframe>=6.0,<=6.0.1",
|
"hyperframe>=6.0,<=6.0.1",
|
||||||
"kaitaistruct>=0.10,<=0.10",
|
"kaitaistruct>=0.10,<=0.10",
|
||||||
"ldap3>=2.8,<=2.9.1",
|
"ldap3>=2.8,<=2.9.1",
|
||||||
"mitmproxy_rs>=0.8.1,<0.9", # relaxed upper bound here: we control this
|
"mitmproxy_rs>=0.9.1,<0.10", # relaxed upper bound here: we control this
|
||||||
"msgpack>=1.0.0,<=1.0.8",
|
"msgpack>=1.0.0,<=1.0.8",
|
||||||
"passlib>=1.6.5,<=1.7.4",
|
"passlib>=1.6.5,<=1.7.4",
|
||||||
"protobuf>=5.27.2,<=5.28.0",
|
"protobuf>=5.27.2,<=5.28.0",
|
||||||
|
|
Loading…
Reference in New Issue