Skip to content

Commit 2b57348

Browse files
chore(deps): update pyo3 requirement from 0.24.0 to 0.25.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.25.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.0...v0.25.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d76ce9 commit 2b57348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = ["release-plz.toml", ".github", "python"]
2727
[dependencies]
2828
derive_more = { version = "2.0.1", features = ["deref", "as_ref"] }
2929
general-sam = { version = "1.0.1", features = ["trie"] }
30-
pyo3 = { version = "0.24.0", optional = true }
30+
pyo3 = { version = "0.25.1", optional = true }
3131
smallvec = "1.14.0"
3232
thiserror = "2.0.12"
3333

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
mtc-token-healing = { version = "0.2", path = "..", features = ["pyo3"] }
19-
pyo3 = { version = "0.24.0", features = ["extension-module", "generate-import-lib", "abi3-py310"] }
19+
pyo3 = { version = "0.25.1", features = ["extension-module", "generate-import-lib", "abi3-py310"] }

0 commit comments

Comments
 (0)