diff --git a/scripts/requirements-build.txt b/scripts/requirements-build.txt index 1e66801ccdc5..ca1e679d495f 100644 --- a/scripts/requirements-build.txt +++ b/scripts/requirements-build.txt @@ -2,6 +2,7 @@ cbor2>=5.4.2.post1 clang-format click==8.1.3 ecdsa +grpcio-tools construct>=2.10.70 cryptography>=44.0.1 imagesize>=1.2.0 diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index 01e12d57d559..a09f4d4e4978 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -58,6 +58,8 @@ gitlint-core[trusted-deps]==0.19.1 ; python_version >= "3.12" and python_version gitlint==0.19.1 ; python_version >= "3.12" and python_version < "4.0" gitpython==3.1.43 ; python_version >= "3.12" and python_version < "4.0" graphviz==0.20.3 ; python_version >= "3.12" and python_version < "4.0" +grpcio-tools==1.66.1 ; python_version >= "3.12" and python_version < "4.0" +grpcio==1.66.1 ; python_version >= "3.12" and python_version < "4.0" hidapi==0.14.0.post2 ; python_version >= "3.12" and python_version < "4.0" and platform_system != "Linux" html5lib-modern==1.2 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64" html5lib==1.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64" @@ -118,6 +120,7 @@ ply==3.11 ; python_version >= "3.12" and python_version < "4.0" polib==1.2.0 ; python_version >= "3.12" and python_version < "4.0" prettytable==3.9.0 ; python_version >= "3.12" and python_version < "4.0" progress==1.6 ; python_version >= "3.12" and python_version < "4.0" +protobuf==5.27.3 ; python_version >= "3.12" and python_version < "4.0" psutil==6.1.0 ; python_version >= "3.12" and python_version < "4.0" publicsuffix2==2.20191221 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64" py==1.11.0 ; python_version >= "3.12" and python_version < "4.0"