From b897b19fbe0441a51ba15c4ed2a46dabd375569a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:52:54 +0000 Subject: [PATCH] Update polars requirement from ~=1.42.0 to ~=1.42.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.42.0...py-1.42.1) --- updated-dependencies: - dependency-name: polars dependency-version: 1.42.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 528855c..13c0aba 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.8.0 -polars~=1.42.0 +polars~=1.42.1 dash~=4.3.0 pytest~=9.1.1 pylint~=4.0.5