From 50c992cb4a9fdc21e2c5417b0f1feaf62e29aa75 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Jun 2024 12:59:23 +0000 Subject: [PATCH] Update dependency protobuf to v5 --- pipelines/ml_ai_python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/ml_ai_python/requirements.txt b/pipelines/ml_ai_python/requirements.txt index ff64af9..3944014 100644 --- a/pipelines/ml_ai_python/requirements.txt +++ b/pipelines/ml_ai_python/requirements.txt @@ -1,4 +1,4 @@ apache-beam[gcp]==2.56.0 keras_nlp==0.12.1 keras==3.3.3 -protobuf==4.25.3 \ No newline at end of file +protobuf==5.27.1 \ No newline at end of file