From ba4219785ce42d028150fb8580aff0adbb354a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:31:46 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 0.15.1 in /python 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/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index b0c86cd2d..08424cfc6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -8,7 +8,7 @@ install_requires=[ "requests>=2.22.0", "numpy<=1.16.4", # For compatibility with python 2 - "pyarrow==0.13.0", + "pyarrow==0.15.1", "requests-toolbelt>=0.9.1", "pandas<=0.24.2", # For compatibility with python 2 "Cython",