From 599b65d04ee4b701de8a13dbc400e528b496dcb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:56:50 +0000 Subject: [PATCH] Update polars requirement from ~=1.38.1 to ~=1.39.0 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.38.1...py-1.39.0) --- updated-dependencies: - dependency-name: polars dependency-version: 1.39.0 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 7c7ab44..26be196 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.38.1 +polars~=1.39.0 dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5