diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 6328ffb3c09..2595afb5713 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -3,5 +3,5 @@ google-cloud-bigquery-storage==0.8.0 pandas==0.25.3; python_version > '3.0' pandas==0.24.2; python_version < '3.0' pandas-gbq==0.13.2 -pyarrow==0.17.0 +pyarrow==0.17.1 grpcio==1.28.1 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 5ed5dc2ff28..7a90a31a19b 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,7 +1,7 @@ google-auth==1.14.3 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.24.0 -pyarrow==0.17.0 +pyarrow==0.17.1 ipython==7.10.2; python_version > '3.0' ipython==5.9.0; python_version < '3.0' pandas==0.25.3; python_version > '3.0'