From cbfd08892c34cd1d1d5d22f180d7370ef40ae126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:03:05 +0000 Subject: [PATCH] Update pyarrow requirement from <13,>=7 to >=7,<14 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v7.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 9dc1b8fc..8b5899f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "numpy >= 1.18.5,<2", "pandas >= 1.4,< 2.1", "pandera >= 0.12, < 0.17", - "pyarrow>=7, <13", + "pyarrow>=7, <14", "rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git", ]