chore: upgrade to gapic-generator 0.35.9

PiperOrigin-RevId: 339292950
This commit is contained in:
Google APIs 2020-10-27 11:32:46 -07:00 committed by Copybara-Service
parent 6516b525ee
commit 07d41a7e5c
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ pip_repositories()
# Change upstream repository once PR is merged
http_archive(
name = "gapic_generator_python",
strip_prefix = "gapic-generator-python-0.33.6",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.33.6.zip"],
strip_prefix = "gapic-generator-python-0.35.9",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.35.9.zip"],
)
load(