From cec7333497696a744a6b56ce39dfd8146421b631 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 14 Sep 2022 09:33:34 -0700 Subject: [PATCH] chore: update to gapic-generator-python-1.4.2 (REST transport test fixes) PiperOrigin-RevId: 474313212 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 7e1214e6568a7..e6a3869768741 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -292,7 +292,7 @@ load("@rules_python//python:pip.bzl", "pip_install") pip_install() -_gapic_generator_python_version = "1.4.1" +_gapic_generator_python_version = "1.4.2" http_archive( name = "gapic_generator_python",