From 6fb0d979e608359b86172107fa06851929959e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 00:15:32 +0000 Subject: [PATCH] Update pyo3 requirement from 0.26.0 to 0.27.1 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.27.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.1 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 dd45175..f7bd8e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] openssl = { version = "0.10.68", features = ["vendored"] } -pyo3 = { version = "0.26.0", features = ["generate-import-lib"] } +pyo3 = { version = "0.27.1", features = ["generate-import-lib"] } shellexpand = "3.1.0" # ssh2 = "0.9" # temporary until ssh2#312 makes it into a release. probably 0.9.5