From 0006576a18d7d39ff423fbe6a17b9447f8881edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:53:17 +0000 Subject: [PATCH] Update polars requirement from ~=1.39.2 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.39.2...py-1.39.3) --- updated-dependencies: - dependency-name: polars dependency-version: 1.39.3 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 519ec75..986c6a6 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.2 +polars~=1.39.3 dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5