From 0a478b4aa951151746f2a9a0acd4e65b5758ed70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:24:47 +0000 Subject: [PATCH] build(deps-dev): bump pyarrow from 22.0.0 to 25.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 22.0.0 to 25.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c860cff..f46ba9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ web = [ "pandas==2.3.3", "python-dateutil==2.9.0.post0", # data serialization - "pyarrow==22.0.0", + "pyarrow==25.0.0", # plots "holoviews==1.22.1", "hvplot==0.12.1",