From ad486bc9805eec4ddf84f3bfb22f4334d72d6840 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 8 Jul 2020 13:28:37 -0700 Subject: [PATCH] upgrade python microgenerator to 0.26.3 PiperOrigin-RevId: 320253786 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e0df1707..e73e08dc 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -223,8 +223,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.26.0.zip"], - strip_prefix = "gapic-generator-python-0.26.0", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.26.3.zip"], + strip_prefix = "gapic-generator-python-0.26.3", ) load("@gapic_generator_python//:repositories.bzl",