From 2b61acadb774e64ddac2f97bfb0e01279da880ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:43 +0000 Subject: [PATCH] Update pyarrow requirement in /python 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/commits/apache-arrow-25.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.in b/python/requirements-dev.in index 3d31f1cd..e903356d 100644 --- a/python/requirements-dev.in +++ b/python/requirements-dev.in @@ -18,7 +18,7 @@ pytest pytest-cov pytest-xdist>=3.6.1,<4.0 pytest-asyncio>=0.21,<1.0 -pyarrow>=14.0.0,<22.0; python_version < '3.14' +pyarrow>=14.0.0,<26.0; python_version < '3.14' pyarrow>=22.0.0,<26.0; python_version >= '3.14' importlib-metadata<8.2