From 59d9b0e94603a3b83186781af1fcdb75a71eb8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:53:30 +0000 Subject: [PATCH] Update polars requirement from ~=1.39.0 to ~=1.39.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.39.0...py-1.39.2) --- updated-dependencies: - dependency-name: polars dependency-version: 1.39.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6886ec2..519ec75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Latest version of plotly can be found at https://github.com/plotly/plotly.py/releases . # Version is hardcoded to ensure uniformity no matter the platform. plotly~=6.6.0 -polars~=1.39.0 +polars~=1.39.2 dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5