From 0c43b30f54c5aab392a6a8a9a588dbefa8478edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 06:24:30 +0000 Subject: [PATCH] build(deps): bump protobuf from 6.31.0 to 6.32.0 in /embedding-service Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.0 to 6.32.0. - [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/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- embedding-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding-service/requirements.txt b/embedding-service/requirements.txt index 5c4a661..b754662 100644 --- a/embedding-service/requirements.txt +++ b/embedding-service/requirements.txt @@ -11,7 +11,7 @@ multidict==6.4.4 nats-py==2.10.0 numpy==2.2.6 pillow==11.2.1 -protobuf==6.31.0 +protobuf==6.32.0 sentence-transformers==4.1.0 tokenizers==0.21.1 torch==2.7.1