From 694bd36fed5bc0757b28bb19472b448ba13c8baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:05:35 +0000 Subject: [PATCH] Update polars requirement from ~=1.41.0 to ~=1.41.1 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.41.0...py-1.41.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.41.1 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 72123a3..73cea7d 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.7.0 -polars~=1.41.0 +polars~=1.41.1 dash~=4.1.0 pytest~=9.0.3 pylint~=4.0.5