From 436133e31c748ec46b88a50fa67b6561d20758e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:10:44 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.23 to 0.24 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 13bb3387be14..35bd2cd543f7 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -52,7 +52,7 @@ arrow-select = { workspace = true } arrow-string = { workspace = true } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true } -pyo3 = { version = "0.23", default-features = false, optional = true } +pyo3 = { version = "0.24", default-features = false, optional = true } half = { version = "2.1", default-features = false, optional = true } [package.metadata.docs.rs]