From e56015928dbb7c7dd68631bcd5e5ee18e270fc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:41:50 +0000 Subject: [PATCH] Update polars requirement from 0.35.0 to 0.36.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/compare/rs-0.35.0...rs-0.36.2) --- 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 8426ef50..39bd0987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ typed-builder = "0.18.0" pythonize = { version = "0.20", optional = true } [dev-dependencies] -polars = { version = "0.35.0", features = ["parquet"] } +polars = { version = "0.36.2", features = ["parquet"] } rstest = "0.18.1" pretty_env_logger = "0.5"