From b35bf8a36a0356b697fe05ed7140678847d93f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:24:17 +0000 Subject: [PATCH] chore(deps): Update polars requirement from 0.41.2 to 0.42.0 Updates the requirements on [polars](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/rs-0.41.2...rs-0.41.3) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7eebef2..de1f4818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ thiserror = "1.0.25" num = "0.4.0" float-cmp = "0.9.0" ndarray = "0.15.3" -polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] } +polars = { version = "0.42.0", features = ["lazy", "rows", "ndarray"] } pyo3-polars = "0.15" pyo3 = { version = "0.21", default-features = false } pyo3-log = "0.11"