From 67494acd1f9da7fc61b567094150cf4be5814743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:03:20 +0000 Subject: [PATCH] Update polars requirement from <1.33,>=0.20 to >=0.20,<1.34 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-0.20.0...py-1.33.0) --- updated-dependencies: - dependency-name: polars dependency-version: 1.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40051046..d2c1627e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ "pandas>=2.2,<3.0", "playwright>=1.44,<1.55", "plotly>=5.22,<7.0", - "polars>=0.20,<1.33", + "polars>=0.20,<1.34", "pre-commit>=3.1,<5.0", "pyfakefs>=5.7.3,<6.0", "pytest-cov>=5.0,<7.0",