From 7afc65ed8a7796fd990ffa39b470f2a2cca7963d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:59:08 +0000 Subject: [PATCH] Bump pyarrow from 7.0.0 to 14.0.1 in /runtime/python Bumps [pyarrow](https://github.com/apache/arrow) from 7.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v7.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 runtime/python/setup.py diff --git a/runtime/python/setup.py b/runtime/python/setup.py old mode 100755 new mode 100644 index b88c4ae0..3ef2326a --- a/runtime/python/setup.py +++ b/runtime/python/setup.py @@ -132,12 +132,12 @@ def initialize_options(self): install_requires=[ 'numpy >= 1.14', 'pandas', - 'pyarrow == 7.0.0', + 'pyarrow == 14.0.1', ], setup_requires=[ 'cython', 'numpy', - 'pyarrow == 7.0.0', + 'pyarrow == 14.0.1', 'plumbum', 'pytest-runner' ],