From a09368ad1c28e9872f0ef5309e26a36d4170767c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:34:33 +0000 Subject: [PATCH] Update pyarrow requirement from <12.1,>=5 to >=5,<13.1 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-5.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 caf97cac01..8bbee1474b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "networkx>=2.2,<3.2", "numpy>=1.18.5,!=1.23.0,<1.26", "pandas>=1.4,<1.5.4", - "pyarrow>=5,<12.1", + "pyarrow>=5,<13.1", "pydantic[email]>=1.7,<2", "python-dotenv>=0.21,<1.1", "python-snappy>=0.6,<0.7",