From ce381801b4b54baed591d5746b009a8e2ec492c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:46:25 +0000 Subject: [PATCH] Update polars requirement from 0.32.1 to 0.33.2 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/commits) --- 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 a5e64e47..ee6ae5f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ typed-builder = "0.16.0" pythonize = { version = "0.19", optional = true } [dev-dependencies] -polars = { version = "0.32.1", features = ["parquet"] } +polars = { version = "0.33.2", features = ["parquet"] } rstest = "0.18.1" pretty_env_logger = "0.5"