From 4713c502abf11a87ee341a430d00a5bca87c0f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:01:37 +0000 Subject: [PATCH] Update pyarrow requirement from <11,>=10.0 to >=10.0,<13 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v10.0.0...go/v12.0.0) --- updated-dependencies: - dependency-name: pyarrow 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 39f2a322..0841427a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = numpy >=1.21,<2 owslib >=0.26,<0.30 pillow >=9.0,<10 - pyarrow >=10.0,<11 + pyarrow >=10.0,<13 python-dotenv >=0.19,<1.1 rasterio >=1.2,<2 requests >= 2.26,<3