From d11ef75fd212ea1ddc857472042396f847d50031 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:47:08 -0400 Subject: [PATCH] chore: relock --- poetry.lock | 8 ++++---- requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b4e18cc2ab9c..82d257fe60d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6843,13 +6843,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlglot" -version = "25.20.1" +version = "25.21.1" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" files = [ - {file = "sqlglot-25.20.1-py3-none-any.whl", hash = "sha256:ea8c957ed22cc825d7714c46e165b66da33921492124f4d6b7cc742a1a960ec4"}, - {file = "sqlglot-25.20.1.tar.gz", hash = "sha256:495afc1aa26dabedfe2faf9c655779eaf6e2401686a20920b742786d26a26cb0"}, + {file = "sqlglot-25.21.1-py3-none-any.whl", hash = "sha256:d39ac6f9ebcf43642025a1b845fb3af7c163b3bb1129f784e32f7b81383920d7"}, + {file = "sqlglot-25.21.1.tar.gz", hash = "sha256:bf4e162d0317ac13065c2802c8d7592208628c4b3888ac37552ac8b1b4577218"}, ] [package.extras] @@ -7851,4 +7851,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "41eb04e1f27af161f35cabe968009102c211634554d8239f46e2f958e1d40445" +content-hash = "01ea72238aaa8bd8d10717946b07c840b49dd0ea563d311f7cba64f8cd955154" diff --git a/requirements-dev.txt b/requirements-dev.txt index a7d9b56b0721c..f2dc1de02f151 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -254,7 +254,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.10" and python_version < "3.13" sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13" sqlalchemy==2.0.34 ; python_version >= "3.10" and python_version < "3.13" -sqlglot==25.21.0 ; python_version >= "3.10" and python_version < "4.0" +sqlglot==25.21.1 ; python_version >= "3.10" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0" statsmodels==0.14.2 ; python_version >= "3.10" and python_version < "3.13" tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"