From 2aa2da3aad4d6e72d24514e0fee0140cede9f28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:07:58 +0000 Subject: [PATCH] Chore(deps): Update polars[pyarrow] requirement from <1.28 to <1.32 Updates the requirements on [polars[pyarrow]](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-0.0.1...py-1.31.0) --- updated-dependencies: - dependency-name: polars[pyarrow] dependency-version: 1.31.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 6eb7b69..6e4ac76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ optional-dependencies.release = [ ] optional-dependencies.test = [ "pandas<2.3", - "polars[pyarrow]<1.28", + "polars[pyarrow]<1.32", "pytest<9", "pytest-asyncio<1", "pytest-cov<7",