Skip to content

Commit e7bc653

Browse files
chore(deps): update pyo3 requirement from 0.23 to 0.24
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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6238c81 commit e7bc653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/lib.rs"
2121

2222
[dependencies]
2323
thiserror = "2.0.3"
24-
pyo3 = { version = "0.23", optional = true, features = ["multiple-pymethods"] }
24+
pyo3 = { version = "0.24", optional = true, features = ["multiple-pymethods"] }
2525
bitvec = "1.0.1"
2626
serde = { version = "1.0.152", features = ["derive"], optional = true }
2727
proptest = { version = "1.1.0", optional = true }

0 commit comments

Comments
 (0)