From 618c3902546785b39ebac2ae1c970cba558691e7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 26 Jan 2021 19:52:05 +0100 Subject: [PATCH] chore(deps): pin dependency google-api-core to ==1.25.1 (#922) Co-authored-by: Jeffrey Rennie --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d5e51a51..6055c6296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ watchdog # temporarily install google-api-core for gapic-generator-python # Bazel should install this, but there is currently a bug # that causes the package to be skipped -google-api-core<2.0.0 +google-api-core==1.25.1 # some java processing requires xml handling lxml