From 68e9f776c65c369cb5b9f07370b5db41be776b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:47:24 +0000 Subject: [PATCH] Update polars requirement from 0.36.2 to 0.37.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/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 2cdf597c..41bb12e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ pythonize = { version = "0.20", optional = true } snafu = { version = "0.8.0", features = ["backtrace"] } [dev-dependencies] -polars = { version = "0.36.2", features = ["parquet"] } +polars = { version = "0.37.0", features = ["parquet"] } rstest = "0.18.1" pretty_env_logger = "0.5"