From c7f1f7d5bb2027a5d9cccc1f1a9ca843ae0982a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Jul 2021 15:41:11 +0000 Subject: [PATCH 1/3] chore(deps): update dependency google-cloud-bigquery to v2.23.2 --- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index 2770949e821..83fcbea89cb 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.23.1 +google-cloud-bigquery==2.23.2 Flask==2.0.1 diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 599c4b0431a..2eb84fef380 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery[pandas,bqstorage]==2.23.1 +google-cloud-bigquery[pandas,bqstorage]==2.23.2 google-cloud-bigquery-storage==2.6.2 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 5d216075ced..3e8189977cb 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.39.0 -google-cloud-bigquery[pandas,pyarrow]==2.23.1 +google-cloud-bigquery[pandas,pyarrow]==2.23.2 google-cloud-bigquery-storage==2.6.2 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 685833e1479..295ddb5404b 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery==2.23.1 +google-cloud-bigquery==2.23.2 google-cloud-bigquery-storage==2.6.2 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 3f265d47ec7..435f87e6d02 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.41.0 google-cloud-dataproc==2.5.0 -google-cloud-bigquery==2.23.1 \ No newline at end of file +google-cloud-bigquery==2.23.2 \ 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 3719ba617bd..74f2ca8e812 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.23.1 +google-cloud-bigquery==2.23.2 pyarrow==4.0.1 \ No newline at end of file diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index c154c1d74c6..42fda167cf9 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.41.0 -google-cloud-bigquery[pandas,pyarrow]==2.23.1 +google-cloud-bigquery[pandas,pyarrow]==2.23.2 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 5c86b4fd10f..9e515b4e4c7 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.3.0 apache-beam[gcp]==2.30.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.23.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.23.2 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file From 9e1db90f196a2d91e036da294d272bb576615c58 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 30 Jul 2021 13:44:19 -0400 Subject: [PATCH 2/3] revert people and planet --- people-and-planet-ai/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 9e515b4e4c7..b7dc9a5be4b 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.3.0 apache-beam[gcp]==2.30.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.23.2 # 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.23.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. From b665e7e2431a143434f9ceb4b17be811bb5c273d Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 30 Jul 2021 13:49:52 -0400 Subject: [PATCH 3/3] revert file --- people-and-planet-ai/image-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index b7dc9a5be4b..5c86b4fd10f 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.3.0 apache-beam[gcp]==2.30.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.23.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. +google-cloud-bigquery==2.23.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file