From bfa59e6ef17ec2069e1eb7ee686eb1040b6861df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Nov 2021 18:11:15 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-bigquery-storage to v2.10.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 173d4d2b489..c464a9e3dcc 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery[pandas,bqstorage]==2.29.0 -google-cloud-bigquery-storage==2.9.1 +google-cloud-bigquery-storage==2.10.0 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' pyarrow==6.0.0 diff --git a/bigquery/datalab-migration/requirements.txt b/bigquery/datalab-migration/requirements.txt index 52999bf0cfd..199b9bcb2ce 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,6 +1,6 @@ grpcio==1.41.1 google-cloud-bigquery[pandas,pyarrow]==2.29.0 -google-cloud-bigquery-storage==2.9.1 +google-cloud-bigquery-storage==2.10.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 65a7121a25e..a5dc7a5ad88 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery==2.29.0 -google-cloud-bigquery-storage==2.9.1 +google-cloud-bigquery-storage==2.10.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'