From eeef33b8b383029d578b0d047d387737bb9c56f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:56 +0000 Subject: [PATCH] Bump pyarrow from 0.12.1 to 0.15.1 in /Packaging 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] --- Packaging/uepy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packaging/uepy-requirements.txt b/Packaging/uepy-requirements.txt index 8164f161..8603b17e 100644 --- a/Packaging/uepy-requirements.txt +++ b/Packaging/uepy-requirements.txt @@ -2,7 +2,7 @@ certifi==2019.3.9 chardet==3.0.4 idna==2.8 numpy==1.16.3 -pyarrow==0.12.1 +pyarrow==0.15.1 pyzmq==18.0.1 requests==2.21.0 six==1.12.0