From 4dfcfdc486c2b3ea3e044cbf9f3013bdc866cd9d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 23 Jun 2020 11:25:10 -0700 Subject: [PATCH] fix: use gapic-generator-python v0.25.2 PiperOrigin-RevId: 317905911 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 08df6d2d6d..152f8cf196 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -218,8 +218,8 @@ pip_repositories() # Change upstream repository once PR is merged http_archive( name = "gapic_generator_python", - urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.25.0.zip"], - strip_prefix = "gapic-generator-python-0.25.0", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.25.2.zip"], + strip_prefix = "gapic-generator-python-0.25.2", ) load("@gapic_generator_python//:repositories.bzl",