Skip to content

Commit

Permalink
Merge pull request #232 from nyx-space/dependabot/cargo/polars-0.33.2
Browse files Browse the repository at this point in the history
Update polars requirement from 0.32.1 to 0.33.2
  • Loading branch information
ChristopherRabotin committed Sep 26, 2023
2 parents fcb4e96 + ce38180 commit 51024bc
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 @@ -78,7 +78,7 @@ typed-builder = "0.16.0"
pythonize = { version = "0.19", optional = true }

[dev-dependencies]
polars = { version = "0.32.1", features = ["parquet"] }
polars = { version = "0.33.2", features = ["parquet"] }
rstest = "0.18.1"
pretty_env_logger = "0.5"

Expand Down

0 comments on commit 51024bc

Please sign in to comment.