Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 2, 2021
1 parent 852bc7a commit 7a3547f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Expand Up @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.7.0
google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
pyarrow==2.0.0
pyarrow==3.0.0
flaky==3.7.0
mock==4.0.3
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Expand Up @@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.2.1
datalab==1.2.0
ipython==7.18.1; python_version > '3.6'
ipython==7.16.1; python_version < '3.7'
pyarrow==2.0.0
pyarrow==3.0.0
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Expand Up @@ -3,5 +3,5 @@ google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
pandas-gbq==0.14.1
pyarrow==2.0.0
pyarrow==3.0.0
grpcio==1.35.0
2 changes: 1 addition & 1 deletion data-science-onramp/data-cleaning/requirements-test.txt
Expand Up @@ -2,4 +2,4 @@ pytest==6.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
google-cloud-bigquery==2.7.0
pyarrow==2.0.0
pyarrow==3.0.0

0 comments on commit 7a3547f

Please sign in to comment.