From 17f736a3899c5d9d6d4708341db1a99a2cd9a253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:08:40 +0000 Subject: [PATCH] Update polars requirement from <1.2 to <1.3 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.2.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 f414633b..82b754fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ "cratedb-sqlparse==0.0.4", 'importlib-metadata; python_version < "3.8"', 'importlib-resources; python_version < "3.9"', - "polars<1.2", + "polars<1.3", "python-dotenv<2", "python-slugify<9", "pyyaml<7",