From 67c57f6b84125f0c24f7c73baefbf68134b940f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:47:30 +0000 Subject: [PATCH] Bump pyarrow from 18.1.0 to 23.0.1 in /numerai/examples/crypto-python3 Bumps [pyarrow](https://github.com/apache/arrow) from 18.1.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.1.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- numerai/examples/crypto-python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai/examples/crypto-python3/requirements.txt b/numerai/examples/crypto-python3/requirements.txt index da7ba24..bd9a2c1 100644 --- a/numerai/examples/crypto-python3/requirements.txt +++ b/numerai/examples/crypto-python3/requirements.txt @@ -1,6 +1,6 @@ numerapi==2.22.0 pandas==2.3.3 -pyarrow==18.1.0 +pyarrow==23.0.1 joblib==1.5.3 lightgbm==4.5.0 scikit-learn==1.6.1