From 0c2f098ec7e40fc4dae09e888b9f1e1802288261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:14:07 +0000 Subject: [PATCH] chore(deps): Update pyo3-polars requirement from 0.10.0 to 0.11.1 --- updated-dependencies: - dependency-name: pyo3-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 3bad60c0..37bc8fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ time = { version = "0.3", features = ["serde", "serde-well-known", "serde-human- num = "0.4.0" ndarray = "0.15.3" polars = { version = "0.36.2", features = ["lazy", "rows", "ndarray"] } -pyo3-polars = "0.10.0" +pyo3-polars = "0.11.1" pyo3 = { version = "0.20.0" } tracing = "0.1" csv = "1.1"