From 4e8361c7f23ff0917dad9c66092578f6b2a1778b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:59:44 +0000 Subject: [PATCH] chore(deps): update polars requirement from >=1.17.1 to >=1.41.2 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/compare/py-1.17.1...py-1.41.2) --- updated-dependencies: - dependency-name: polars dependency-version: 1.41.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 894dd3a..d8c5b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "glum>=3.0.0", "numpy>=1.26.0", "pandas>=2.2.3", - "polars>=1.17.1", + "polars>=1.41.2", "scikit-learn>=1.5.0", "seaborn>=0.13.2", "statsmodels>=0.14.0",