From c7e5137b58aa96ceff5ac82779f53ca7d1741697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:18:36 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 960ad70..909774f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "agate" @@ -440,13 +440,13 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.1.3" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, + {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, ] [package.dependencies] @@ -644,19 +644,19 @@ langdetect = ["langdetect"] [[package]] name = "dbt-core" -version = "1.5.8" +version = "1.5.4" description = "With dbt, data analysts and engineers can build analytics the way engineers build applications." optional = false python-versions = ">=3.7.2" files = [ - {file = "dbt-core-1.5.8.tar.gz", hash = "sha256:3965ca86fe55f791a96aedbdc64462b52c2a9a43012af5edcf509cb4c89fa2fe"}, - {file = "dbt_core-1.5.8-py3-none-any.whl", hash = "sha256:e29eb922207ea984965706c8de65959f3e54fc1f5aa141aa22f3ce389585676b"}, + {file = "dbt-core-1.5.4.tar.gz", hash = "sha256:384355c21a882cd03c4a0ee54f9e2439e7273af5b8ad597e236a426fbd624fe4"}, + {file = "dbt_core-1.5.4-py3-none-any.whl", hash = "sha256:bb485ec2da05d5847313ea56454b96b0bbc146ea96a52a2cadeaab478e66794f"}, ] [package.dependencies] agate = ">=1.6,<1.7.1" cffi = ">=1.9,<2.0.0" -click = "<9" +click = ">=7.0,<8.1.4" colorama = ">=0.3.9,<0.4.7" dbt-extractor = ">=0.4.1,<0.5.0" hologram = ">=0.0.14,<=0.0.16" @@ -673,7 +673,7 @@ protobuf = ">=4.0.0" pytz = ">=2015.7" pyyaml = ">=6.0" requests = "<3.0.0" -sqlparse = ">=0.2.3,<0.5" +sqlparse = ">=0.2.3" typing-extensions = ">=3.7.4" werkzeug = ">=1,<3" @@ -3236,19 +3236,18 @@ sqlcipher = ["sqlcipher3-binary"] [[package]] name = "sqlparse" -version = "0.4.4" +version = "0.5.0" description = "A non-validating SQL parser." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "sqlparse-0.4.4-py3-none-any.whl", hash = "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3"}, - {file = "sqlparse-0.4.4.tar.gz", hash = "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c"}, + {file = "sqlparse-0.5.0-py3-none-any.whl", hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663"}, + {file = "sqlparse-0.5.0.tar.gz", hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93"}, ] [package.extras] -dev = ["build", "flake8"] +dev = ["build", "hatch"] doc = ["sphinx"] -test = ["pytest", "pytest-cov"] [[package]] name = "text-unidecode"