diff --git a/test/expected_labels_on_grpcio.txt b/test/expected_labels_on_grpcio.txt index e5f2503..4abfdd1 100644 --- a/test/expected_labels_on_grpcio.txt +++ b/test/expected_labels_on_grpcio.txt @@ -1,2 +1,2 @@ py -pip:grpcio==1.67.1 +pip:grpcio==1.75.1 diff --git a/third_party/python/BUILD b/third_party/python/BUILD index b6e0c73..cf2fb67 100644 --- a/third_party/python/BUILD +++ b/third_party/python/BUILD @@ -379,7 +379,7 @@ pip_library( name = "grpcio", test_only = True, licences = ["Apache-2.0"], - version = "1.67.1", + version = "1.75.1", ) pip_library(