From 0e59813064c05fdf0423de93d996b1638af7e8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:23 +0000 Subject: [PATCH] Bump pyarrow from 0.14.0 to 0.15.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.14.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.14.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 066f057..3d48c68 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'urllib3', 'maya', 'certifi', - 'pyarrow==0.14.0', + 'pyarrow==0.15.1', 'requests', 'loguru' ]