Skip to content

Commit 7a3547f

Browse files
committed
chore(deps): update dependency pyarrow to v3
1 parent 852bc7a commit 7a3547f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.7.0
22
google-cloud-bigquery-storage==2.2.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
5-
pyarrow==2.0.0
5+
pyarrow==3.0.0
66
flaky==3.7.0
77
mock==4.0.3

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.2.1
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==2.0.0
7+
pyarrow==3.0.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ google-cloud-bigquery-storage==2.2.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pandas-gbq==0.14.1
6-
pyarrow==2.0.0
6+
pyarrow==3.0.0
77
grpcio==1.35.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest==6.2.1
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.2.0; python_version > '3.6'
44
google-cloud-bigquery==2.7.0
5-
pyarrow==2.0.0
5+
pyarrow==3.0.0

0 commit comments

Comments
 (0)