From 8cda089accaead072caea33c5081be8a4b8f9ea7 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 30 Jul 2020 10:46:03 -0700 Subject: [PATCH] update python micro-gen version PiperOrigin-RevId: 324035013 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 65ff8e037df6f..af9241dace293 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.30.0.zip"], - strip_prefix = "gapic-generator-python-0.30.0", + urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.31.0.zip"], + strip_prefix = "gapic-generator-python-0.31.0", ) load("@gapic_generator_python//:repositories.bzl",