From 426f819022ba7c753826d2823c51e0af9a9941d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:25:50 +0000 Subject: [PATCH] Update pyarrow requirement from ~=14.0.0 to ~=15.0.0 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v14.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 7cc9a2b..d3d302d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pandas~=2.0", "pex~=2.1", "publicsuffixlist~=0.9.3", - "pyarrow~=14.0.0", + "pyarrow~=15.0.0", "pycld3~=0.22.0", "pylint~=2.16", "pyspark~=3.5",