From b46e316d36722d553ebe1da5baf0cd4bf41bedc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 02:32:58 +0000 Subject: [PATCH] Update sqlglot requirement from ~=22.3.1 to >=22.3.1,<22.5.0 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/v22.3.1...v22.4.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 a081fc0a..5f190511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "databricks-labs-blueprint~=0.4.0", "databricks-sdk~=0.21.0", - "sqlglot~=22.3.1" + "sqlglot>=22.3.1,<22.5.0" ] [project.urls]