From 39527ed405fb60a299fac4e59a9cef960cc157c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:56:26 +0200 Subject: [PATCH] Bump polars from 1.10.0 to 1.12.0 (#1681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [polars](https://github.com/pola-rs/polars) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-1.10.0...py-1.12.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Călina Cenan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8aea28614..424baf0d3 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "pandas==2.2.3", "pathlib", "plotly==5.24.1", - "polars==1.10.0", + "polars==1.12.0", "polars[timezone]", "pyarrow==18.0.0", "pylint==3.3.1",