From 6267aafc9c617b6d705e1dfd9847507b79caafe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:00:22 +0000 Subject: [PATCH] Update sqlglot requirement from <25.2,>=23.9 to >=23.9,<25.3 Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version. - [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md) - [Commits](https://github.com/tobymao/sqlglot/compare/v23.9.0...v25.2.0) --- updated-dependencies: - dependency-name: sqlglot 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 03649cbfd3..b6218165f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = ["databricks-sdk>=0.27,<0.29", "databricks-labs-lsql~=0.4.0", "databricks-labs-blueprint>=0.6.0", "PyYAML>=6.0.0,<7.0.0", - "sqlglot>=23.9,<25.2", + "sqlglot>=23.9,<25.3", "astroid>=3.2.2"] [project.entry-points.databricks]