From 65b53a463e2e65717f8c8cdd5e7f87e40c7e5d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:54 +0000 Subject: [PATCH] Bump pyarrow from 0.15.0 to 0.15.1 in /docker/ot-import Bumps [pyarrow](https://github.com/apache/arrow) from 0.15.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.15.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/ot-import/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ot-import/requirements.txt b/docker/ot-import/requirements.txt index 087e867..c7e2f7c 100644 --- a/docker/ot-import/requirements.txt +++ b/docker/ot-import/requirements.txt @@ -51,5 +51,5 @@ matplotlib==3.1.1 pandas==0.25.1 plotnine==0.6.0 seaborn==0.9.0 -pyarrow==0.15.0 +pyarrow==0.15.1 tqdm==4.36.1