From 5e0a3d57254ab9857ccac77fc6ffade7b69a2dc7 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 11 Apr 2022 12:46:08 -0700 Subject: [PATCH] chore: Use gapic-generator-python 0.65.0 PiperOrigin-RevId: 440970084 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 63fe1883b6493..236f188871c0f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -233,7 +233,7 @@ load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() -_gapic_generator_python_version = "0.64.0" +_gapic_generator_python_version = "0.65.0" http_archive( name = "gapic_generator_python",