bump mitmproxy_rs (#7165)

* bump mitmproxy_rs

* Update pyproject.toml

* don't build github web ui branches
This commit is contained in:
Maximilian Hils 2024-09-06 12:07:45 +02:00 committed by GitHub
parent 8195d686ce
commit 4be97958cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- '**'
- '!dependabot/**'
- '!*-patch-*'
pull_request:
merge_group:
workflow_dispatch:

View File

@ -43,7 +43,7 @@ dependencies = [
"hyperframe>=6.0,<=6.0.1",
"kaitaistruct>=0.10,<=0.10",
"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",
"passlib>=1.6.5,<=1.7.4",
"protobuf>=5.27.2,<=5.28.0",