Skip to content

Commit 797c420

Browse files
⬆️ Update pyo3 requirement from 0.22 to 0.23 (#719)
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.0...v0.23.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ca0b41 commit 797c420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extension/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rayon = { version = "1.7" }
2121
rayon-cond = { version = "0.3" }
2222
anyhow = { version = "1.0" }
2323
serde = { version = "1.0", features = ["derive"] }
24-
pyo3 = { version = "0.22", features = ["extension-module", "anyhow", "serde"] }
24+
pyo3 = { version = "0.23", features = ["extension-module", "anyhow", "serde"] }
2525
mimalloc = { version = "0.1", default-features = false, optional = true }
2626

2727
[dependencies.ltp]

0 commit comments

Comments
 (0)