diff --git a/binaryninja_extension/requirements-dev.txt b/binaryninja_extension/requirements-dev.txt index f7391e8f..e77abdc1 100644 --- a/binaryninja_extension/requirements-dev.txt +++ b/binaryninja_extension/requirements-dev.txt @@ -10,5 +10,5 @@ # keep the plugin.json runtime pin (protobuf>=7.35,<8) aligned when bumping this, # because the generated module's ValidateProtobufRuntimeVersion guard fails at # import against an older runtime. -grpcio-tools==1.82.1 +grpcio-tools==1.83.0 protobuf>=7.35,<8 diff --git a/pyproject.toml b/pyproject.toml index 4aed3812..bd0cfe67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "grpcio-tools==1.82.1"] +requires = ["setuptools", "grpcio-tools==1.83.0"] build-backend = "setuptools.build_meta" [project]