Skip to content

Commit 995c42e

Browse files
Update pyo3 requirement
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `pyo3` to 0.24.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.4...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ced179 commit 995c42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
codecov-rs = { path = "../core" }
1313

14-
pyo3 = { version = "0.22.4", features = ["extension-module", "abi3-py312"] }
14+
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py312"] }

0 commit comments

Comments
 (0)