From 84e6736f8cf9dd269a81ad5de0966c6660da8130 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Sep 2021 20:18:10 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-bigquery-storage to v2.9.0 --- bigquery/bqml/requirements.txt | 2 +- bigquery/datalab-migration/requirements.txt | 2 +- bigquery/pandas-gbq-migration/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index f9bcedae197d..c50531d5725d 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery[pandas,bqstorage]==2.27.0 -google-cloud-bigquery-storage==2.8.0 +google-cloud-bigquery-storage==2.9.0 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' pyarrow==5.0.0 diff --git a/bigquery/datalab-migration/requirements.txt b/bigquery/datalab-migration/requirements.txt index d62944fc2fe6..2940c0961703 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,6 +1,6 @@ grpcio==1.40.0 google-cloud-bigquery[pandas,pyarrow]==2.27.0 -google-cloud-bigquery-storage==2.8.0 +google-cloud-bigquery-storage==2.9.0 datalab==1.2.0 ipython==7.18.1; python_version > '3.6' ipython==7.16.1; python_version < '3.7' diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 848ddec46714..de34c84c0e00 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery==2.27.0 -google-cloud-bigquery-storage==2.8.0 +google-cloud-bigquery-storage==2.9.0 pandas==1.1.5; python_version < '3.7' pandas==1.2.4; python_version > '3.6' pandas-gbq==0.15.0; python_version > '3.6'