From a580ba19038152160ce3b3c4fecfd91c4f23f42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:04:07 +0000 Subject: [PATCH] chore(deps): bump pyarrow from 20.0.0 to 22.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 20.0.0 to 22.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-20.0.0...apache-arrow-22.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 22.0.0 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 315918813..c81194661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ joblib==1.5.2 rich==14.2.0 pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64" # TODO: downgrade for aarch64 until https://github.com/apache/arrow/issues/47229 is resolved -pyarrow==20.0.0; platform_machine == "aarch64" +pyarrow==22.0.0; platform_machine == "aarch64" # Load ticker files 30% faster python-rapidjson==1.22