From 9bcde5bd66a5bf860ca9f589ad9381039cbb1b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:25:27 +0000 Subject: [PATCH] Bump pyarrow from 0.17.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 0.17.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.17.1...apache-arrow-14.0.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 862031e..e3f413c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ matplotlib Pillow sklearn tokenizers -pyarrow==0.17.1 \ No newline at end of file +pyarrow==14.0.1 \ No newline at end of file