From f0b20bbd6fd7b0e4e80a031d6ce97ca6f7b33d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 09:52:43 +0000 Subject: [PATCH] Update pyarrow requirement from <23,>=17.0 to >=17.0,<24 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/compare/go/v17.0.0...apache-arrow-23.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a199beda..f0241d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "numpy >=1.21,<2.5", "owslib >=0.27,<0.36", "pillow >=10.0,<13", - "pyarrow >=17.0,<23", + "pyarrow >=17.0,<24", "python-dotenv >=0.19,<1.3", "rasterio >=1.3,<2", "requests >= 2.26,<3",