From 8c85e06916d20943f2a7178a0a34f0f5af74601c Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 6 Jul 2020 20:47:48 -0700 Subject: [PATCH] chore: use gapic-generator-python v0.26.0 PiperOrigin-RevId: 319910951 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4644b500..c8e2564d 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.25.2.zip"], - strip_prefix = "gapic-generator-python-0.25.2", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.26.0.zip"], + strip_prefix = "gapic-generator-python-0.26.0", ) load("@gapic_generator_python//:repositories.bzl",