From 400f6bd6b39be0bf6d3c8ebdf237043fe5789356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 22:03:57 +0000 Subject: [PATCH] build(deps): bump grpcio-tools from 1.63.2 to 1.75.1 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.63.2 to 1.75.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.63.2...v1.75.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- opamp-gen-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opamp-gen-requirements.txt b/opamp-gen-requirements.txt index 3cd7e79..7683c15 100644 --- a/opamp-gen-requirements.txt +++ b/opamp-gen-requirements.txt @@ -1,5 +1,5 @@ # Use caution when bumping this version to ensure compatibility with the currently supported protobuf version. # Pinning this to the oldest grpcio version that supports protobuf 5 helps avoid RuntimeWarning messages # from the generated protobuf code and ensures continued stability for newer grpcio versions. -grpcio-tools==1.63.2 +grpcio-tools==1.75.1 mypy-protobuf~=3.5.0