From 30832e702cd0b35cbb44797b5596f185d7161933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:04:22 +0000 Subject: [PATCH] chore(deps): bump pyarrow from 23.0.1 to 24.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 23.0.1 to 24.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-23.0.1...apache-arrow-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.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 bd84d6c76..95f4c42ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pycoingecko==3.2.0 jinja2==3.1.6 joblib==1.5.3 rich==15.0.0 -pyarrow==23.0.1; platform_machine != 'armv7l' +pyarrow==24.0.0; platform_machine != 'armv7l' # Load ticker files 30% faster