Skip to content

Commit

Permalink
chore(deps): update pyo3 requirement from 0.22.5 to 0.23.3
Browse files Browse the repository at this point in the history
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](PyO3/pyo3@v0.22.5...v0.23.3)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 1e4e1db commit c63f8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["release-plz.toml", ".github", "python"]
[dependencies]
derive_more = { version = "1.0.0", features = ["deref", "as_ref"] }
general-sam = { version = "1.0.0", features = ["trie"] }
pyo3 = { version = "0.22.5", optional = true }
pyo3 = { version = "0.23.3", optional = true }
smallvec = "1.13.2"
thiserror = "1.0.64"

Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ crate-type = ["cdylib"]

[dependencies]
mtc-token-healing = { version = "0.2", path = "..", features = ["pyo3"] }
pyo3 = { version = "0.22.5", features = ["extension-module", "generate-import-lib", "abi3-py39"] }
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib", "abi3-py39"] }

0 comments on commit c63f8ef

Please sign in to comment.