From a637f98c42820ea29b4b753f4be74644d81f7fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 23:30:19 +0000 Subject: [PATCH] fix(deps): update dependency pyarrow to v23 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6b1ce0..3f46193c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["version"] dependencies = [ "numpy==1.26.4", "pandas==2.2.0", - "pyarrow==15.0.0", + "pyarrow==23.0.1", "openpyxl==3.1.2", "geopandas==0.14.3", ]