From 2bf1e2a6711b228debfadbe639973920671a01ef Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 28 Jun 2021 10:44:56 -0700 Subject: [PATCH] chore: update python microgenerator to v0.50.2 PiperOrigin-RevId: 381898347 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 9bbbf3c623..c0dabec620 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -224,7 +224,7 @@ load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() -_gapic_generator_python_version = "0.50.0" +_gapic_generator_python_version = "0.50.2" http_archive( name = "gapic_generator_python",