From 479632c1c7ed55bd279c3b82d12b1bcff5f49d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 04:59:49 +0000 Subject: [PATCH] Update pyo3 requirement from =0.21.0 to =0.23.2 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.21.0...v0.23.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/argmin-testfunctions-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/argmin-testfunctions-py/Cargo.toml b/python/argmin-testfunctions-py/Cargo.toml index e7619d5ab..78c5b51c3 100644 --- a/python/argmin-testfunctions-py/Cargo.toml +++ b/python/argmin-testfunctions-py/Cargo.toml @@ -20,4 +20,4 @@ crate-type = ["cdylib"] [dependencies] argmin_testfunctions = { version = "0.2.0", path = "../../crates/argmin-testfunctions" } paste = "1" -pyo3 = "=0.21.0" +pyo3 = "=0.23.2"