From 42e27a87ad42d8a176c17c0c70b4cbdbb6ba8eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:13:22 +0000 Subject: [PATCH] Bump protobuf Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 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.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/rag_playground/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt b/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt index e8d22682e..e7be1852a 100644 --- a/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt +++ b/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt @@ -6,7 +6,7 @@ numpy==1.26.4 opentelemetry-api==1.23.0 opentelemetry-exporter-otlp-proto-grpc==1.23.0 opentelemetry-sdk==1.23.0 -protobuf==4.25.3 +protobuf==4.25.8 pycountry==23.12.11 tritonclient[all]==2.43.0 uvicorn==0.27.1