From 2e23e8878807ccf78f140e2f77d7d28c9967fa05 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Nov 2021 21:19:54 +0000 Subject: [PATCH 1/5] chore(deps): update dependency google-cloud-bigquery to v2.30.1 --- appengine/standard_python3/bigquery/requirements.txt | 2 +- bigquery/bqml/requirements.txt | 2 +- bigquery/datalab-migration/requirements.txt | 2 +- bigquery/pandas-gbq-migration/requirements.txt | 2 +- data-science-onramp/data-ingestion/requirements.txt | 2 +- data-science-onramp/data-processing/requirements-test.txt | 2 +- notebooks/requirements.txt | 2 +- people-and-planet-ai/image-classification/requirements.txt | 2 +- people-and-planet-ai/timeseries-classification/constraints.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index a6ee7509ba0..86a89142060 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.29.0 +google-cloud-bigquery==2.30.1 Flask==2.0.1 diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 173d4d2b489..4d2c0de769f 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery[pandas,bqstorage]==2.29.0 +google-cloud-bigquery[pandas,bqstorage]==2.30.1 google-cloud-bigquery-storage==2.9.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' diff --git a/bigquery/datalab-migration/requirements.txt b/bigquery/datalab-migration/requirements.txt index 52999bf0cfd..caa2bee6695 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.41.1 -google-cloud-bigquery[pandas,pyarrow]==2.29.0 +google-cloud-bigquery[pandas,pyarrow]==2.30.1 google-cloud-bigquery-storage==2.9.1 datalab==1.2.0 ipython==7.18.1; python_version > '3.6' diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 65a7121a25e..b2fa1a53cb7 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery==2.29.0 +google-cloud-bigquery==2.30.1 google-cloud-bigquery-storage==2.9.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.4; python_version > '3.6' diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index 42339fc127d..cdcc55508ac 100644 --- a/data-science-onramp/data-ingestion/requirements.txt +++ b/data-science-onramp/data-ingestion/requirements.txt @@ -3,4 +3,4 @@ #google-auth-httplib2==0.0.3 google-cloud-storage==1.42.2 google-cloud-dataproc==3.1.1 -google-cloud-bigquery==2.29.0 \ No newline at end of file +google-cloud-bigquery==2.30.1 \ No newline at end of file diff --git a/data-science-onramp/data-processing/requirements-test.txt b/data-science-onramp/data-processing/requirements-test.txt index a0a3cffaea0..bc03570871f 100644 --- a/data-science-onramp/data-processing/requirements-test.txt +++ b/data-science-onramp/data-processing/requirements-test.txt @@ -1,5 +1,5 @@ pytest==6.2.4 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' -google-cloud-bigquery==2.29.0 +google-cloud-bigquery==2.30.1 pyarrow==6.0.0 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 039da5a3c90..08c9a93e3e2 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.42.2 -google-cloud-bigquery[pandas,pyarrow]==2.29.0 +google-cloud-bigquery[pandas,pyarrow]==2.30.1 matplotlib==3.1.2; python_version > '3.0' matplotlib==2.2.5; python_version < '3.0' diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index b40eea04d79..4ba60d61fcc 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ Pillow==8.4.0 apache-beam[gcp]==2.31.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.29.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file +google-cloud-bigquery==2.30.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file diff --git a/people-and-planet-ai/timeseries-classification/constraints.txt b/people-and-planet-ai/timeseries-classification/constraints.txt index 189411f1953..e966eca0e84 100644 --- a/people-and-planet-ai/timeseries-classification/constraints.txt +++ b/people-and-planet-ai/timeseries-classification/constraints.txt @@ -1,2 +1,2 @@ # If we don't constraint this, the dependency resolver can take a really long time. -google-cloud-bigquery==2.29.0 +google-cloud-bigquery==2.30.1 From 9c5b384c468dad0a93e6fa0583aba41216a2b21e Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 5 Nov 2021 14:45:28 -0700 Subject: [PATCH 2/5] revert peopel and planet because of #7035 --- people-and-planet-ai/image-classification/requirements.txt | 2 +- people-and-planet-ai/timeseries-classification/constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 4ba60d61fcc..b40eea04d79 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ Pillow==8.4.0 apache-beam[gcp]==2.31.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.30.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file +google-cloud-bigquery==2.29.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file diff --git a/people-and-planet-ai/timeseries-classification/constraints.txt b/people-and-planet-ai/timeseries-classification/constraints.txt index e966eca0e84..189411f1953 100644 --- a/people-and-planet-ai/timeseries-classification/constraints.txt +++ b/people-and-planet-ai/timeseries-classification/constraints.txt @@ -1,2 +1,2 @@ # If we don't constraint this, the dependency resolver can take a really long time. -google-cloud-bigquery==2.30.1 +google-cloud-bigquery==2.29.0 From 7e6fd074e3a1b7fdd5d94411acc1ee81dc15fd47 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 5 Nov 2021 16:28:34 -0700 Subject: [PATCH 3/5] revert appengine to see if it's causing tests to hang --- appengine/standard_python3/bigquery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index 86a89142060..a6ee7509ba0 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.30.1 +google-cloud-bigquery==2.29.0 Flask==2.0.1 From c73a73cad6946f2dee0fe937fa29d0056f185c7c Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 5 Nov 2021 16:56:18 -0700 Subject: [PATCH 4/5] re-add appengine - it wasn't the problem --- appengine/standard_python3/bigquery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index a6ee7509ba0..86a89142060 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.29.0 +google-cloud-bigquery==2.30.1 Flask==2.0.1 From 696ed58056e8a6a3db696a63a0731874eeb95fce Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Mon, 8 Nov 2021 12:29:47 -0800 Subject: [PATCH 5/5] bump up bq-storage --- 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 4d2c0de769f..13aeacb4ce6 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery[pandas,bqstorage]==2.30.1 -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 caa2bee6695..8521ea748d5 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.30.1 -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 b2fa1a53cb7..d45cba1a221 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery==2.30.1 -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'