From 80acf7f6611527b010d27c0c298ce6673d9e5d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 22:06:01 +0000 Subject: [PATCH] build(deps): update mypy-protobuf requirement from ~=3.5.0 to ~=3.7.0 Updates the requirements on [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 3.7.0 dependency-type: direct:production ... 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..8a19285 100644 --- a/opamp-gen-requirements.txt +++ b/opamp-gen-requirements.txt @@ -2,4 +2,4 @@ # 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 -mypy-protobuf~=3.5.0 +mypy-protobuf~=3.7.0