From c83937ce34d959ae852d23908d14bda8d8cb982f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:00:21 +0000 Subject: [PATCH] chore(deps): update sqlglot requirement from ~=25.8 to ~=26.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/v25.8.0...v26.0.0) --- updated-dependencies: - dependency-name: sqlglot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a03b4f..f34642b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ plotly~=5.23 psycopg~=3.2 Shapely~=2.0 SQLAlchemy~=2.0 -sqlglot~=25.8 +sqlglot~=26.0 sqlparse~=0.5 openai~=1.38 mapclassify~=2.8