From 77852e01e43692ae452325e3a69c69b7aa7fcadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:35:45 +0000 Subject: [PATCH] Update pyo3 requirement from 0.25.1 to 0.26.0 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.25.1...v0.26.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-pyarrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-pyarrow/Cargo.toml b/arrow-pyarrow/Cargo.toml index 9eeab3796617..9cfa235324f1 100644 --- a/arrow-pyarrow/Cargo.toml +++ b/arrow-pyarrow/Cargo.toml @@ -39,4 +39,4 @@ all-features = true arrow-array = { workspace = true, features = ["ffi"] } arrow-data = { workspace = true } arrow-schema = { workspace = true } -pyo3 = { version = "0.25.1", default-features = false } +pyo3 = { version = "0.26.0", default-features = false }