From f8412246358a14fc7ae22fb37bedbdf4ec3f07d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:47:48 +0000 Subject: [PATCH] build(deps): bump protobuf from 6.31.0 to 6.31.1 in /embedding-service Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.0 to 6.31.1. - [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/v6.31.0...v6.31.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.31.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..779f02d 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.31.1 sentence-transformers==4.1.0 tokenizers==0.21.1 torch==2.7.1