From 87e99b306b2abf2111652eeac2a73ab365bb4422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 22:13:57 +0000 Subject: [PATCH] Bump protobuf from 6.31.0 to 7.34.0rc1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.0 to 7.34.0rc1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0rc1 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..4e8ce9664 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==7.34.0rc1 python-dotenv==1.1.0 pyyaml==6.0.2 requests==2.32.3