From db23b465491b7e097ef5c1c853f40b22f776bf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:28:48 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.19 to 0.28 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.19.0...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 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 16a9627..b18924b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ primitive-types = { version = "0.12", optional = true, default-features = false proptest = { version = "1", optional = true, default-features = false, features = [ "no_std", ] } -pyo3 = { version = "0.19", optional = true, default-features = false } +pyo3 = { version = "0.28", optional = true, default-features = false } quickcheck = { version = "1", optional = true, default-features = false } rand-08 = { version = "0.8", package = "rand", optional = true, default-features = false } rand-09 = { version = "0.9", package = "rand", optional = true, default-features = false }