From 797e2a2a9ae1f7d5abc42b2de62d43d70a2754b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:55:41 +0000 Subject: [PATCH] Bump protobuf from 6.31.0 to 6.33.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.0 to 6.33.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 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 92acab0e5..13f6a4f90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mpmath==1.3.0 numpy>=1.21.0,<2.0.0 onnxruntime>=1.15.0,<1.20.0 packaging==25.0 -protobuf==6.31.0 +protobuf==6.33.5 python-dotenv==1.1.0 pyyaml==6.0.2 requests==2.32.3