From 52882cd63dca2d4dab88e7253707971fdc30b31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:02:06 -0800 Subject: [PATCH] Bump sqlglot from 22.0.1 to 22.1.0 (#5139) Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 22.0.1 to 22.1.0. - [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md) - [Commits](https://github.com/tobymao/sqlglot/compare/v22.0.1...v22.1.0) --- updated-dependencies: - dependency-name: sqlglot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index fb4f40cb20..a788b5c393 100644 --- a/requirements.in +++ b/requirements.in @@ -35,7 +35,7 @@ pytest==7.4.3 PyYAML==6.0.1 rich-click==1.7.3 smart_open==6.4.0 -sqlglot==22.0.1 +sqlglot==22.1.0 sqlparse==0.4.4 stripe==6.4.0 symbolic==12.8.0 diff --git a/requirements.txt b/requirements.txt index 1f1773ac8d..893fa17854 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1600,9 +1600,9 @@ snowballstemmer==2.2.0 \ --hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \ --hash=sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a # via pydocstyle -sqlglot==22.0.1 \ - --hash=sha256:7abb65957d69a0cd392343f527b9c58d816af9ff7f52df306745bfa6c2615e14 \ - --hash=sha256:a323fa34ceae3cbe3ae1cedbbbe6e39dcda8332f66daa03c23bda267275e1fa7 +sqlglot==22.1.0 \ + --hash=sha256:4b881b39431883980b83bee6435bf08b62824bac790c9f860c537da1548c1912 \ + --hash=sha256:f9b9915c5e5fd6998cfe301ea89a176bdd67db17809b76f78fe6976cae8c1710 # via -r requirements.in sqlparse==0.4.4 \ --hash=sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3 \