From 5f639061d4880716e458fe1bcce70495054a40f3 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Fri, 29 Mar 2024 12:13:04 +1100 Subject: [PATCH] Bump pyo3 in arrow-pyarrow-integration-testing --- arrow-pyarrow-integration-testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml index 8c60c086c29a..129d0eca3907 100644 --- a/arrow-pyarrow-integration-testing/Cargo.toml +++ b/arrow-pyarrow-integration-testing/Cargo.toml @@ -34,4 +34,4 @@ crate-type = ["cdylib"] [dependencies] arrow = { path = "../arrow", features = ["pyarrow"] } -pyo3 = { version = "0.20", features = ["extension-module"] } +pyo3 = { version = "0.21", features = ["extension-module"] }