From d7dc479b80423cd201a53725acfec38f294415b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:09:46 +0000 Subject: [PATCH] Update pyarrow requirement from >=13,<15 to >=13,<16 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v13.0.0...go/v15.0.0) --- updated-dependencies: - dependency-name: pyarrow 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 73ffca9..5d8769a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ fastavro = "^1.7.3" duckdb = ">=0.8.1,<0.10.0" arrow = "^1.2.3" cython = "^3.0.2" -pyarrow = ">=13,<15" +pyarrow = ">=13,<16" python-snappy = "^0.6.1" tox = "^4.11.3" polars = ">=0.19.11,<0.21.0"