From d8921f5074532d19459b517c855574fa1061e8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:44 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 0.15.1 in /bigquery_storage/to_dataframe Bumps [pyarrow](https://github.com/apache/arrow) from 0.13.0 to 0.15.1. - [Release notes](https://github.com/apache/arrow/releases) - [Changelog](https://github.com/apache/arrow/blob/apache-arrow-0.15.1/CHANGELOG.md) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.13.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bigquery_storage/to_dataframe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 5dad9dad..f222854c 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.6.2 google-cloud-bigquery-storage==0.6.0 google-cloud-bigquery==1.17.0 -pyarrow==0.13.0 +pyarrow==0.15.1 ipython==7.2.0 pandas==0.24.2 \ No newline at end of file