From 28143c4110de5b98bcd79b3afe89c91088665ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:56:57 +0000 Subject: [PATCH] build(deps): bump polars from 1.41.2 to 1.42.1 Bumps [polars](https://github.com/pola-rs/polars) from 1.41.2 to 1.42.1. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-1.41.2...py-1.42.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 466cbd7c..074bb16a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ benchmarks = [ "scipy==1.17.1", "xarray==2026.4.0", "pandas==3.0.3", - "polars==1.41.2", + "polars==1.42.1", "dask==2026.6.0", "pytest==9.1.1", "pytest-benchmark==5.2.3",