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..13aeacb4ce6 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[pandas,bqstorage]==2.30.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..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.29.0 -google-cloud-bigquery-storage==2.9.1 +google-cloud-bigquery[pandas,pyarrow]==2.30.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..d45cba1a221 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==2.30.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' 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'