From fe71c107d0af9124ec01429ebb90a4f52cda0b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:03:33 +0000 Subject: [PATCH] tools: update pyarrow requirement from >=15.0.0 to >=25.0.0 in /tools Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v15.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 7a83b07..65681eb 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -25,5 +25,5 @@ cairosvg==2.9.0 # - pyarrow: REQUIRED to read the Parquet exports. # - pandas: REQUIRED for the aggregations. # The SVG charting (tools/analytics_svg.py) is pure-stdlib, no extra dep. -pyarrow>=15.0.0 +pyarrow>=25.0.0 pandas>=2.0.0