From c60882bb75ef709470bc543d8427f6eb77f85477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:37 +0000 Subject: [PATCH] Bump pyarrow from 0.12.1 to 0.15.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.12.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.12.1...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 e75f501..d087483 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requires=[ 'setuptools>=38.6.0', 'twine>=1.11.0', - 'pyarrow==0.12.1', + 'pyarrow==0.15.1', 'pyzmq', 'future', 'gym==0.10.0',