From 50d2a14b884101bdec9fcd1b7dbef862d4fb068a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:14:47 +0000 Subject: [PATCH] Update dependency grpcio to v1.74.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02fafcc4..dbb3c6a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.4.2 flatbuffers==25.2.10 gast==0.6.0 google-pasta==0.2.0 -grpcio==1.73.0 +grpcio==1.74.0 # pin to 3.12.0 to avoid error: libhdf5.so: cannot open shared object file: No such file or directory \ # if not version is set, it will install the 3.11.0 version which, seems that does not have the h5py dependencies \ # for arm yet.