From 995c42e9a1e344c102ff8f31a560bd8addfb1e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:29:30 +0000 Subject: [PATCH] Update pyo3 requirement Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `pyo3` to 0.24.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.4...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 0aca707..bfc0020 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] codecov-rs = { path = "../core" } -pyo3 = { version = "0.22.4", features = ["extension-module", "abi3-py312"] } +pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py312"] }