diff --git a/appengine/standard_python3/bigquery/requirements.txt b/appengine/standard_python3/bigquery/requirements.txt index e57af0c235d..2db469ae848 100644 --- a/appengine/standard_python3/bigquery/requirements.txt +++ b/appengine/standard_python3/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==2.0.0 +google-cloud-bigquery==2.1.0 Flask==1.1.2 diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index e4766f477e5..16bcdacd80c 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery[pandas,bqstorage]==2.0.0 +google-cloud-bigquery[pandas,bqstorage]==2.1.0 google-cloud-bigquery-storage==2.0.0 pandas==1.1.3 pyarrow==1.0.1 diff --git a/bigquery/datalab-migration/requirements.txt b/bigquery/datalab-migration/requirements.txt index a1c11510bfd..07cb778ea07 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.32.0 -google-cloud-bigquery[pandas,pyarrow]==2.0.0 +google-cloud-bigquery[pandas,pyarrow]==2.1.0 google-cloud-bigquery-storage==2.0.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 06bc317519c..aec1805a309 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery==2.0.0 +google-cloud-bigquery==2.1.0 google-cloud-bigquery-storage==2.0.0 pandas==1.1.3 pandas-gbq==0.14.0 diff --git a/data-science-onramp/data-cleaning/requirements-test.txt b/data-science-onramp/data-cleaning/requirements-test.txt index 80d4ddbcb75..dd22600b778 100644 --- a/data-science-onramp/data-cleaning/requirements-test.txt +++ b/data-science-onramp/data-cleaning/requirements-test.txt @@ -1,4 +1,4 @@ pytest==6.0.1 pandas==1.1.3 -google-cloud-bigquery==2.0.0 +google-cloud-bigquery==2.1.0 pyarrow==1.0.1 diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index 473ba913530..74bd4b7cb3f 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.31.2 google-cloud-dataproc==2.0.2 -google-cloud-bigquery==2.0.0 +google-cloud-bigquery==2.1.0 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 8a280a8cca2..21b1bb61dd5 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.31.2 -google-cloud-bigquery[pandas,pyarrow]==2.0.0 +google-cloud-bigquery[pandas,pyarrow]==2.1.0 matplotlib==3.1.2; python_version > '3.0' matplotlib==2.2.5; python_version < '3.0' \ No newline at end of file