From 6dbb9929e78f9e3895494fb2c5f92f9f860c0676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:56:01 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.21.1 to 0.22.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.21.1...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d06402d..f249ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ name = "integration" path = "tests/lib.rs" [workspace.dependencies] -pyo3 = "0.21.1" +pyo3 = "0.22.0" pythonize = "0.21.1" rstest = "0.21.0" serde = "1.0"