From 3aec75b3fb57168f603c3812e2102b3205d2fd86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:04:13 +0000 Subject: [PATCH] Update pyarrow requirement from ~=15.0.0 to ~=16.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/v15.0.0...go/v16.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 2cbefe6..71b36f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pandas~=2.0", "pex~=2.1", "publicsuffixlist~=0.9.3", - "pyarrow~=15.0.0", + "pyarrow~=16.0.0", "pycld3~=0.22.0", "pyspark~=3.5", "python-slugify~=8.0",