Skip to content

Commit b7a6773

Browse files
chore(deps): update pyo3 requirement from 0.22.5 to 0.23.4
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.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.5...v0.23.4) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e4e1db commit b7a6773

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 = "1.0.0", features = ["deref", "as_ref"] }
2929
general-sam = { version = "1.0.0", features = ["trie"] }
30-
pyo3 = { version = "0.22.5", optional = true }
30+
pyo3 = { version = "0.23.4", optional = true }
3131
smallvec = "1.13.2"
3232
thiserror = "1.0.64"
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.22.5", features = ["extension-module", "generate-import-lib", "abi3-py39"] }
19+
pyo3 = { version = "0.23.4", features = ["extension-module", "generate-import-lib", "abi3-py39"] }

0 commit comments

Comments
 (0)