From e801fbfc96d5985a57a1d67002debd0fb5a86705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:30:47 +0000 Subject: [PATCH] Update pyo3 requirement from =0.21.0 to =0.22.3 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.0...v0.22.3) --- 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..b9fc91363 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.22.3"