From 1f8603870621346505c82279a2539089bb8c80e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:45:17 +0000 Subject: [PATCH] Bump pyarrow from 18.0.0 to 19.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 18.0.0 to 19.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.0.0...apache-arrow-19.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d9b79907..ef73abe52 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "plotly==5.24.1", "polars==1.14.0", "polars[timezone]", - "pyarrow==18.0.0", + "pyarrow==19.0.0", "pylint==3.3.1", "pytest", "pytest-asyncio==0.21.1",