Skip to content

Commit e4d875d

Browse files
build(deps): update pyo3 requirement in /bindings/python
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.24.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c399b45 commit e4d875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
1515

1616
[dependencies]
17-
pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py37"] }
17+
pyo3 = { version = "0.24.0", features = ["extension-module", "abi3-py37"] }
1818
pyo3-built = "0.5"
1919
rayon = "1"
2020
url = "2"

0 commit comments

Comments
 (0)