From 53522cc60997a3b3ee23243f57d64a9a4e75febe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:05:40 +0000 Subject: [PATCH] Chore(deps-dev): Update polars[pyarrow] requirement from <1.36 to <1.37 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.36.1) --- updated-dependencies: - dependency-name: polars[pyarrow] dependency-version: 1.36.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56e9f1c..818d517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ optional-dependencies.release = [ ] optional-dependencies.test = [ "pandas<2.4", - "polars[pyarrow]<1.36", + "polars[pyarrow]<1.37", "pytest<9", "pytest-asyncio<2", "pytest-cov<8",