From f90fb6a89d67a6e6bdaa11262feb7b19bca08f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:21:11 +0000 Subject: [PATCH] Chore(deps): Update polars[pyarrow] requirement from <1.2 to <1.9 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.8.2) --- updated-dependencies: - dependency-name: polars[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 2ab89c3..c2b6839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ optional-dependencies.release = [ ] optional-dependencies.test = [ "pandas<2.3", - "polars[pyarrow]<1.2", + "polars[pyarrow]<1.9", "pytest<9", "pytest-asyncio<1", "pytest-cov<6",