From 065916c95df908973ab8c8950332711cebf7d3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:52:53 +0000 Subject: [PATCH] Update pyarrow requirement from ~=12.0.0 to ~=13.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/v12.0.0...go/v13.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 4975d6c3..1d797e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pandas~=2.0", "pex~=2.1", "publicsuffixlist~=0.9.3", - "pyarrow~=12.0.0", + "pyarrow~=13.0.0", "pycld3~=0.22.0", "pylint~=2.16", "pyspark~=3.0",