diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index b8fd79c1331..568b2de1e5f 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.25.1 +google-cloud-bigquery==2.26.0 Flask==2.0.1 diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 0fc05753462..a893be02490 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery[pandas,bqstorage]==2.25.1 +google-cloud-bigquery[pandas,bqstorage]==2.26.0 google-cloud-bigquery-storage==2.8.0 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 3cd709b2209..fc944c3fa33 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.40.0 -google-cloud-bigquery[pandas,pyarrow]==2.25.1 +google-cloud-bigquery[pandas,pyarrow]==2.26.0 google-cloud-bigquery-storage==2.8.0 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 ce6628176e5..6f79ac6160d 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery==2.25.1 +google-cloud-bigquery==2.26.0 google-cloud-bigquery-storage==2.8.0 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 2af7b9ff57e..acfb55352a4 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.1 google-cloud-dataproc==2.5.0 -google-cloud-bigquery==2.25.1 \ No newline at end of file +google-cloud-bigquery==2.26.0 \ 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 e52de6affa5..979d9d0cc10 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.25.1 +google-cloud-bigquery==2.26.0 pyarrow==5.0.0 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 99417864c09..88882f37f15 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.42.1 -google-cloud-bigquery[pandas,pyarrow]==2.25.1 +google-cloud-bigquery[pandas,pyarrow]==2.26.0 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 57d08102bf0..a46e7ff404b 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.2 apache-beam[gcp]==2.31.0 google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.25.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.26.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file