From 0fc29be8964586ab291e128f326ab856f179c215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:04:33 +0000 Subject: [PATCH] Bump protobuf from 6.31.1 to 6.33.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.1 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3a7e03..10da661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "jieba==0.42.1", "latex2sympy2==1.9.1", "matplotlib==3.10.3", - "protobuf==6.31.1", + "protobuf==6.33.5", "scikit-learn==1.7.0", "transformers==4.53.0", "wandb==0.20.1",