From 0cb4bebcee4bf5cbabeb2674ad591a1f8f454abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:46:25 +0000 Subject: [PATCH] chore(deps): update pyarrow requirement from ^14 to >=14,<22 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v14.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 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 013b7db..3da0552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ typer = "^0.12.3" click = ">=8.1,<8.2" matplotlib = "~3.8" lifelines = "^0.30" -pyarrow = "^14" +pyarrow = ">=14,<22" pyreadr = "^0.5" [tool.poetry.group.dev.dependencies]