Skip to content

Commit 292b2cd

Browse files
Update polars requirement from 0.46.0 to 0.48.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](pola-rs/polars@rs-0.46.0...rs-0.48.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2013cb3 commit 292b2cd

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
@@ -69,7 +69,7 @@ statrs = "0.18.0"
6969

7070

7171
[dev-dependencies]
72-
polars = { version = "0.46.0", features = ["parquet"] }
72+
polars = { version = "0.48.0", features = ["parquet"] }
7373
rstest = "0.25.0"
7474
pretty_env_logger = "0.5"
7575
toml = "0.8.14"

0 commit comments

Comments
 (0)