From 42c4980311df85c97885d6d398da257ad51def79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:08:21 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.19 to 0.26 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.26.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.26.0 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..76adf9e 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.26", 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 }