From ea5800229f73f94fd7204915a86ed09dcddf429a Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 24 Feb 2022 10:10:03 -0800 Subject: [PATCH] chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index e41db125ec27f..ef5a5a65b0870 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -225,7 +225,7 @@ load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() -_gapic_generator_python_version = "0.63.2" +_gapic_generator_python_version = "0.63.4" http_archive( name = "gapic_generator_python",