From 8f48e81408f5582f8bf17d0b959711d955988bb9 Mon Sep 17 00:00:00 2001 From: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com> Date: Sat, 8 May 2021 16:56:54 -0700 Subject: [PATCH] chore: Update gapic-generator-python to 0.46.1 (#39) --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4a7efe1..1af2164 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -273,8 +273,8 @@ pip_repositories() http_archive( name = "gapic_generator_python", - strip_prefix = "gapic-generator-python-0.44.0", - urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.44.0.zip"], + strip_prefix = "gapic-generator-python-0.46.1", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.46.1.zip"], ) load(