Skip to content

Commit 78610f0

Browse files
Update polars requirement from 0.34.2 to 0.35.0
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](https://github.com/pola-rs/polars/commits) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c61ddc5 commit 78610f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typed-builder = "0.18.0"
7878
pythonize = { version = "0.19", optional = true }
7979

8080
[dev-dependencies]
81-
polars = { version = "0.34.2", features = ["parquet"] }
81+
polars = { version = "0.35.0", features = ["parquet"] }
8282
rstest = "0.18.1"
8383
pretty_env_logger = "0.5"
8484

0 commit comments

Comments
 (0)