From 885245774012a57df614f056591f47c0ed56809a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 08:55:00 +0000 Subject: [PATCH] Bump protobuf from 4.25.1 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.1 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/v4.25.1...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4e5ae3..d6e4d82 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "numba>=0.59.1", "numpy>=1.26.2", "openai>=1.23.2", - "protobuf==4.25.1", + "protobuf==4.25.8", "requests>=2.31.0", "spacy>=3.7.4", "tiktoken>=0.7.0",