re-generate protobuf _pb2.py files and bump min required protobuf
upper bound "<4" still needed due to keepkey... related https://github.com/spesmilo/electrum/issues/7922
This commit is contained in:
@@ -29,7 +29,7 @@ pyserial>=3.5.0,<4.0.0
|
||||
|
||||
# prefer older protobuf (see #7922)
|
||||
# (pulled in via e.g. keepkey and bitbox02)
|
||||
protobuf>=3.12,<4
|
||||
protobuf>=3.20,<4
|
||||
|
||||
# prefer older colorama to avoid needing hatchling
|
||||
# (pulled in via trezor -> click -> colorama)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
qrcode
|
||||
protobuf>=3.12,<4
|
||||
protobuf>=3.20,<4
|
||||
qdarkstyle>=2.7
|
||||
aiorpcx>=0.22.0,<0.23
|
||||
aiohttp>=3.3.0,<4.0.0
|
||||
|
||||
Reference in New Issue
Block a user