From dfd1386c71f470244b30e5713a2c222519b9d9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:04:25 +0000 Subject: [PATCH] build(deps): bump grpcio-tools from 1.63.2 to 1.75.0 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.63.2 to 1.75.0. - [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.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.75.0 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 3cd7e79a..87170ad4 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.0 mypy-protobuf~=3.5.0