scripts: requirements: Update protobuf and grpcio-tools requirements

Minimal requirements for nanopb were not accurate
to allow its usage (and causing related tests to build fail).
This change updates requirements for protobuf (>=3.20.3) and
grpcio-tools (>=1.47.0) to use protocol buffer.

Fixes #56103

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
This commit is contained in:
Katarzyna Giądła 2023-05-22 15:09:10 +02:00 committed by Carles Cufí
commit 8bb576b7e8

View file

@ -22,7 +22,8 @@ Pillow
imgtool>=1.9
# used by nanopb module to generate sources from .proto files
grpcio-tools
grpcio-tools>=1.47.0
protobuf>=3.20.3
# used by scripts/release/bug_bash.py for generating top ten bug squashers
PyGithub