From 53b65d65819e2c5d325e18e091119358a7016aa4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 18 Aug 2022 10:15:41 +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] <support@github.com>
---
 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",