Skip to content

Commit

Permalink
Update polars requirement from 0.42.0 to 0.43.0
Browse files Browse the repository at this point in the history
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@rs-0.42.0...rs-0.43.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 923aca9 commit e3a1bfc
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 @@ -80,7 +80,7 @@ serde_dhall = "0.12"
toml = "0.8.14"

[dev-dependencies]
polars = { version = "0.42.0", features = ["parquet"] }
polars = { version = "0.43.0", features = ["parquet"] }
rstest = "0.22.0"
pretty_env_logger = "0.5"

Expand Down

0 comments on commit e3a1bfc

Please sign in to comment.