From 6a81ffe06c0e90258f5c0a419832aad738a980ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:36:15 +0000 Subject: [PATCH] build(deps): update polars requirement from ~=1.4.1 to ~=1.9.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.4.1...py-1.9.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 98db36e..f921c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ isd = "isd.cli:main" dev = ["mypy~=1.2", "pre-commit~=3.2", "pytest~=8.0", "ruff~=0.6.1"] examples = ["tqdm~=4.66"] docs = ["sphinx~=8.0"] -polars = ["polars~=1.4.1"] +polars = ["polars~=1.9.0"] pandas = ["pandas~=2.0"] [build-system]