From 7f723a34a14e1b3e04a4f46893c923ca42b6ea65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:36:34 +0000 Subject: [PATCH] Update protobuf requirement from >=3.20.0 to >=6.33.6 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a216101..8e4c6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ typing-extensions>=4.0 # ONNX parsing onnx>=1.14.0 numpy>=1.21.0 -protobuf>=3.20.0 +protobuf>=6.33.6 # Package publishing and automation requests>=2.28.0