From e9382737720ffa1da10f962c7d80c0fc4314a450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:33:12 +0000 Subject: [PATCH] Update polars requirement from <1.4 to <1.5 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.0.1...py-1.4.1) --- 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 57888a5..ad6b3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "cratedb-sqlparse==0.0.4", 'importlib-metadata; python_version < "3.8"', 'importlib-resources; python_version < "3.9"', - "polars<1.4", + "polars<1.5", "python-dotenv<2", "python-slugify<9", "pyyaml<7",