From 8ea7b0f1b52d7fc208148ef4a7c0f99d2d98a8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:10:02 +0000 Subject: [PATCH] Chore(deps): Update polars[pyarrow] requirement from <1.32 to <1.33 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.32.0) --- updated-dependencies: - dependency-name: polars[pyarrow] dependency-version: 1.32.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 1f102ca..1f60727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ optional-dependencies.release = [ ] optional-dependencies.test = [ "pandas<2.4", - "polars[pyarrow]<1.32", + "polars[pyarrow]<1.33", "pytest<9", "pytest-asyncio<2", "pytest-cov<7",