From 6ed4b807c3ab8a5aca9cf5680d4d81c9d4c51efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:28:56 +0000 Subject: [PATCH] build(deps): bump protobuf from 6.31.0 to 6.33.0 in /embedding-service Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.0 to 6.33.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.33.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..94221f0 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.33.0 sentence-transformers==4.1.0 tokenizers==0.21.1 torch==2.7.1