From b98ddfaf6d0977fe1e1ac32b4ea3128fd25911d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:21:15 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.22.2 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/v0.22.6/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.2...v0.22.6) --- 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 1861c65..26081f9 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -46,5 +46,5 @@ futures = { workspace = true } tokio = { workspace = true } [dependencies.pyo3] -version = "0.22.2" +version = "0.23.3" features = ["extension-module", "abi3", "abi3-py39"]