From 0eceaa2775b8b09dade039fbe78ff1e20cdb298f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:58:21 +0000 Subject: [PATCH] Bump pyarrow from 0.14.1 to 0.15.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.14.1 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.1...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c9d0d4c529cce..95cf101e5f8ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ pathlib2==2.3.4 polyline==1.4.0 prison==0.1.2 # via flask-appbuilder py==1.8.0 # via retry -pyarrow==0.14.1 +pyarrow==0.15.1 pycparser==2.19 # via cffi pyjwt==1.7.1 # via flask-appbuilder, flask-jwt-extended pyrsistent==0.15.4 # via jsonschema diff --git a/setup.py b/setup.py index fe59631a2c1cc..9fa990541eb78 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def get_git_sha(): "python-dateutil", "python-dotenv", "python-geohash", - "pyarrow>=0.14.1, <0.15.0", + "pyarrow>=0.14.1, <0.16.0", "pyyaml>=5.1", "retry>=0.9.2", "selenium>=3.141.0",