Skip to content

Commit

Permalink
Update pyo3 requirement from 0.19.0 to 0.20.0
Browse files Browse the repository at this point in the history
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.19.0...v0.19.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent efbae44 commit c2818ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rayon = "1.6"
lazy_static = "1.4.0"
approx = "0.5"
rand_pcg = "0.3"
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
pyo3 = { version = "0.20.0", optional = true, features = ["extension-module"] }
pyo3-log = { version = "0.8.2", optional = true }
numpy = { version = "0.19", optional = true }
indicatif = { version = "0.17", features = ["rayon"] }
Expand Down

0 comments on commit c2818ff

Please sign in to comment.