From 171df850d71de3eb6d93f854b431e175fa70b55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:36:58 +0000 Subject: [PATCH] chore(deps): update polars requirement from >=1.17.1 to >=1.39.3 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.39.3) --- updated-dependencies: - dependency-name: polars dependency-version: 1.39.3 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 3a945ed..8ec2483 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.39.3", "seaborn>=0.13.2", ]