From 20c62224f4fd791c82b297ed050957686cd9bb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:34:27 +0000 Subject: [PATCH] Update pyo3 requirement from 0.21.2 to 0.22.3 in /python 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/v0.22.3/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.22.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index d36aae6..250821e 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -18,4 +18,4 @@ crate-type = ["cdylib"] [dependencies] fat-macho-rs = { package = "fat-macho", version = "0.4.3" } -pyo3 = { version = "0.21.2", features = ["abi3-py37", "extension-module"] } +pyo3 = { version = "0.22.3", features = ["abi3-py37", "extension-module"] }