From 7e377ce8f06ced48a79b45d97eebccb8a51f1e28 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 23 Sep 2020 10:41:17 -0700 Subject: [PATCH] chore: use gapic-generator-python 0.33.6 PiperOrigin-RevId: 333323660 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4d1257f2..7be55858 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -224,8 +224,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.33.5.zip"], - strip_prefix = "gapic-generator-python-0.33.5", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.33.6.zip"], + strip_prefix = "gapic-generator-python-0.33.6", ) load("@gapic_generator_python//:repositories.bzl",