From 2770a606612904ba931b40156ec0c3a3f414e925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:01:48 +0000 Subject: [PATCH] build(deps): update polars requirement from ~=1.0.0 to ~=1.1.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.0.0...py-1.1.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 0842fbf..7f902c4 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.4.1"] examples = ["tqdm~=4.66"] docs = ["sphinx~=7.2"] -polars = ["polars~=1.0.0"] +polars = ["polars~=1.1.0"] pandas = ["pandas~=2.0"] [build-system]