Skip to content

Commit

Permalink
chore(deps): Update pyo3-polars requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pyo3-polars](https://github.com/pola-rs/pyo3-polars) to permit the latest version.
- [Commits](https://github.com/pola-rs/pyo3-polars/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent b4771fe commit fcc865b
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 @@ time = { version = "0.3", features = ["serde", "serde-well-known", "serde-human-
num = "0.4.0"
ndarray = "0.15.3"
polars = { version = "0.34.2", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.8.0"
pyo3-polars = "0.9.0"
pyo3 = { version = "0.20.0" }
tracing = "0.1"
csv = "1.1"
Expand Down

0 comments on commit fcc865b

Please sign in to comment.