From 8a085aeddfa010af5bcef090827aac5255383d7e Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 22 Mar 2023 10:19:18 -0700 Subject: [PATCH] docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 48ecbb431a52d..10a84bcadb42e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -318,7 +318,7 @@ load("@rules_python//python:pip.bzl", "pip_install") pip_install() -_gapic_generator_python_version = "1.9.0" +_gapic_generator_python_version = "1.9.1" http_archive( name = "gapic_generator_python",