From 9136c13cd2bf29a504a105f4283924162906bc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:13:51 +0000 Subject: [PATCH] Bump pyarrow from 12.0.1 to 13.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 13.0.0. - [Commits](https://github.com/apache/arrow/compare/go/v12.0.1...go/v13.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf346382f..818d404ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ tables==3.8.0 blosc==1.11.1 joblib==1.3.2 rich==13.5.2 -pyarrow==12.0.1; platform_machine != 'armv7l' +pyarrow==13.0.0; platform_machine != 'armv7l' # find first, C search in arrays py_find_1st==1.1.5