From 82012c57dd998c89828edcb8aac74b8e83bcbb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:43:58 +0000 Subject: [PATCH] Update polars requirement from 0.49.1 to 0.52.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.49.1...rs-0.52.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.52.0 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 58f958e..1883c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tag = "v1.1.1" ezpz-stubz = { path = "stubz", package = "ezpz-stubz" } hashbrown = { version = "0.16.0" } -polars = { version = "0.50.0", features = [ +polars = { version = "0.52.0", features = [ "dataframe_arithmetic", "describe", "dtype-full",