Skip to content

Commit d490f81

Browse files
authored
chore(deps): update dependency pyarrow to v2 (GoogleCloudPlatform#4873)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://arrow.apache.org/) | major | `==1.0.1` -> `==2.0.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent c5bbdfd commit d490f81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.2.0
22
google-cloud-bigquery-storage==2.0.0
33
pandas==1.1.3
4-
pyarrow==1.0.1
4+
pyarrow==2.0.0
55
flaky==3.7.0
66
mock==4.0.2

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.0.0
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==1.0.1
7+
pyarrow==2.0.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ google-cloud-bigquery==2.2.0
22
google-cloud-bigquery-storage==2.0.0
33
pandas==1.1.3
44
pandas-gbq==0.14.0
5-
pyarrow==1.0.1
5+
pyarrow==2.0.0
66
grpcio==1.33.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.1.1
22
pandas==1.1.3
33
google-cloud-bigquery==2.2.0
4-
pyarrow==1.0.1
4+
pyarrow==2.0.0

0 commit comments

Comments
 (0)