From 1765d830bceeaf8450d6591c74575b0ed5dd2109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:57:23 +0000 Subject: [PATCH] Bump protobuf from 3.19.0 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.0 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9315d17..6c8adaf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ gradio==3.50.2 openai==0.28.0 anthropic==0.5.0 sentencepiece==0.1.99 -protobuf==3.19.0 +protobuf==4.25.8 wandb diff --git a/setup.py b/setup.py index 6322910d..8747e08c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'openai==0.28.0', 'anthropic==0.5.0', 'sentencepiece==0.1.99', - 'protobuf==3.19.0', + 'protobuf==4.25.8', 'wandb' ], classifiers=[