From 7bf6dfa453f4de5695a62ad23224317db980fff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:44:48 +0000 Subject: [PATCH] Bump grpcio-tools in the python group across 1 directory Bumps the python group with 1 update in the / directory: [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio-tools` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.83.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- binaryninja_extension/requirements-dev.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]