From cae3ef749ca35eec89e39338adc572c949dbc44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 09:48:52 +0000 Subject: [PATCH] Update pyarrow requirement from <18,>=17.0 to >=17.0,<21 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-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a832f28..5552bd97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = numpy >=1.21,<2.1 owslib >=0.27,<0.32 pillow >=10.0,<12 - pyarrow >=17.0,<18 + pyarrow >=17.0,<21 python-dotenv >=0.19,<1.1 rasterio >=1.3,<2 requests >= 2.26,<3