Skip to content

Commit ab57dce

Browse files
renovate-botpartheadinagravesleahecole
authored
chore(deps): update dependency pyarrow to v5 (#6494)
Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Dina Graves Portman <dinagraves@google.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent c2afba3 commit ab57dce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bigquery/bqml/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.23.2
22
google-cloud-bigquery-storage==2.6.2
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
5-
pyarrow==4.0.1
5+
pyarrow==5.0.0
66
flaky==3.7.0
77
mock==4.0.3

bigquery/datalab-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.6.2
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'
66
ipython==7.16.1; python_version < '3.7'
7-
pyarrow==4.0.1
7+
pyarrow==5.0.0

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'
66
pandas-gbq==0.14.1; python_version < '3.7'
7-
pyarrow==4.0.1
7+
pyarrow==5.0.0
88
grpcio==1.39.0

data-science-onramp/data-processing/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest==6.2.4
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.2.0; python_version > '3.6'
44
google-cloud-bigquery==2.23.2
5-
pyarrow==4.0.1
5+
pyarrow==5.0.0

0 commit comments

Comments
 (0)