From f48098711b67b303054d0b6043c348862dbd2125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:04:30 +0000 Subject: [PATCH] build(deps): bump grpcio-tools from 1.63.2 to 1.78.0 Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.63.2 to 1.78.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.63.2...v1.78.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.78.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..c328ef05 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.78.0 mypy-protobuf~=3.5.0