From e8a604f8bc56fac6b72ec19f7d3726202472d200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:48:55 +0000 Subject: [PATCH] chore(deps): update polars requirement in /backend 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.30.0...py-1.43.0) --- updated-dependencies: - dependency-name: polars dependency-version: 1.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 689f86c..92685d2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,3 +1,3 @@ fastapi>=0.115 uvicorn[standard]>=0.30 -polars>=1.30 +polars>=1.43.0