From 6c9a69ffe5ead7a23c94911d4c2002feb7e8f173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:10:02 +0000 Subject: [PATCH] build(deps-dev): bump pyarrow from 22.0.0 to 23.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 22.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:development ... 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..ca34dc6 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==23.0.1", # plots "holoviews==1.22.1", "hvplot==0.12.1",