Skip to content

Commit 91d101f

Browse files
authored
chore(deps): update dependency pyarrow to v1.0.1 (GoogleCloudPlatform#4566)
1 parent ec1eaa1 commit 91d101f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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==1.0.0
33
pandas==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
55
pandas-gbq==0.13.2
6-
pyarrow==1.0.0
6+
pyarrow==1.0.1
77
grpcio==1.31.0

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-auth==1.20.1
22
google-cloud-bigquery-storage==1.0.0
33
google-cloud-bigquery==1.25.0
4-
pyarrow==1.0.0
4+
pyarrow==1.0.1
55
ipython==7.10.2; python_version > '3.0'
66
ipython==5.9.0; python_version < '3.0'
77
pandas==0.25.3; python_version > '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.0.0
22
pandas==1.1.0
33
google-cloud-bigquery==1.26.1
4-
pyarrow==1.0.0
4+
pyarrow==1.0.1

0 commit comments

Comments
 (0)