Skip to content

Commit

Permalink
chore(deps): Update pyo3 requirement from 0.20.2 to 0.21.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.20.2...v0.20.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 2e38724 commit d2453fe
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 @@ -41,7 +41,7 @@ float-cmp = "0.9.0"
ndarray = "0.15.3"
polars = { version = "0.38.1", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.12.0"
pyo3 = { version = "0.20.2", default-features = false }
pyo3 = { version = "0.21.0", default-features = false }
pyo3-log = "0.9.0"
tracing = { version = "0.1", features = ["log"] }
csv = "1.1"
Expand Down

0 comments on commit d2453fe

Please sign in to comment.