From e4894f8c77491437ef127d4df575019ce679b18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:53:34 +0000 Subject: [PATCH] chore(deps): update polars requirement from >=1.17.1 to >=1.43.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.43.2) --- updated-dependencies: - dependency-name: polars dependency-version: 1.43.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 41302ac..a5b000d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "jupyter>=1.1.1", "jupytext>=1.17.2", "pandas>=2.2.3", - "polars>=1.17.1", + "polars>=1.43.2", "seaborn>=0.13.2", ]