From ce96217f0d99ac6eb84ddf1ed9f9e48564077eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:34 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 0.15.1 in /python/benchmarks 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] --- python/benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/benchmarks/requirements.txt b/python/benchmarks/requirements.txt index 17b9ab0..eb9af4a 100644 --- a/python/benchmarks/requirements.txt +++ b/python/benchmarks/requirements.txt @@ -21,7 +21,7 @@ plac==0.9.6 pluggy==0.9.0 preshed==2.0.1 py==1.8.0 -pyarrow==0.13.0 +pyarrow==0.15.1 pytest==4.4.0 python-dateutil==2.8.0 pytz==2019.1