From e999353d6ad9b9410ed81a68918b96b8f17d9990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:59:28 +0000 Subject: [PATCH] Bump protobuf in /src/model_converters/mmdnn_converter Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/model_converters/mmdnn_converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model_converters/mmdnn_converter/requirements.txt b/src/model_converters/mmdnn_converter/requirements.txt index d6691bab0..d1ef1bf88 100644 --- a/src/model_converters/mmdnn_converter/requirements.txt +++ b/src/model_converters/mmdnn_converter/requirements.txt @@ -4,7 +4,7 @@ wget==3.2 numpy==1.18.2 scipy==1.4.1 scikit-image==0.16.2 -protobuf==3.11.3 +protobuf==5.29.6 pillow==6.2.2 tensorflow==1.15.2 keras==2.2.4