From 4591c3bbaf86df25bfdcc61c8bd3eb93f763e7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:55 +0000 Subject: [PATCH] Bump pyarrow from 0.15 to 0.15.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.15 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.15.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f56160b..2e561d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas>=0.21 joblib>=0.11 luigi>=2.8.5 -pyarrow==0.15 \ No newline at end of file +pyarrow==0.15.1 \ No newline at end of file