Skip to content

Commit 4bf8b79

Browse files
deps: update pyo3 requirement from 0.23.1 to 0.24.0
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.1...v0.24.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 397012c commit 4bf8b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprs-benches/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010
sprs = { version = "0.11.0", path = "../sprs" }
1111
sprs-rand = { version = "0.4.0", path = "../sprs-rand" }
1212
plotters = "0.3.4"
13-
pyo3 = { version = "0.23.1", features = ["auto-initialize"] }
13+
pyo3 = { version = "0.24.0", features = ["auto-initialize"] }
1414

1515
[build-dependencies]
1616
cc = "1.0.52"

0 commit comments

Comments
 (0)