From cef656e5e728c77b6d753ad352e24da9bb8e7cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:55:58 +0000 Subject: [PATCH] build(deps): update polars requirement from ~=1.10.0 to ~=1.12.0 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.10.0...py-1.12.0) --- updated-dependencies: - dependency-name: polars 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 ba026d1..4774bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ isd = "isd.cli:main" dev = ["mypy~=1.2", "pre-commit~=4.0", "pytest~=8.0", "ruff~=0.7.0"] examples = ["tqdm~=4.66"] docs = ["sphinx~=8.0"] -polars = ["polars~=1.10.0"] +polars = ["polars~=1.12.0"] pandas = ["pandas~=2.0"] [build-system]