From 4b5d91f9027f75cc866247cc5c94d6390b49a637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:20:54 +0000 Subject: [PATCH] Bump sqlfluff from 3.0.3 to 3.0.6 Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlfluff/sqlfluff/compare/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd7769f..ae87a16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1206,13 +1206,13 @@ files = [ [[package]] name = "sqlfluff" -version = "3.0.3" +version = "3.0.6" description = "The SQL Linter for Humans" optional = false python-versions = ">=3.8" files = [ - {file = "sqlfluff-3.0.3-py3-none-any.whl", hash = "sha256:cca1f62f38e31c60461f6e6f3b233552d4625b60395d78eadb74c6695fb2370d"}, - {file = "sqlfluff-3.0.3.tar.gz", hash = "sha256:46b5aa5326560eba078ae39b232bb19b8e5abdabeaa18ed8556f18b558330d71"}, + {file = "sqlfluff-3.0.6-py3-none-any.whl", hash = "sha256:43805e5b1bfa6425d66f2eac3f34007a5bd259cf3bf4cff1bcfa4e2706055656"}, + {file = "sqlfluff-3.0.6.tar.gz", hash = "sha256:fa60e2a16e2500368d4ab98b5246ac85d4542c134413a5e650ed4d356adf7ddd"}, ] [package.dependencies] @@ -1349,4 +1349,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "011d7f052ad353f38cceaea0cb10bc10ab207cf71b4d58630c432271044c7313" +content-hash = "0bf7e796710425f5921e2e5b7941e4769b3eb27177142eca5429107c18aaaaf5" diff --git a/pyproject.toml b/pyproject.toml index f9ce775..b023ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pre-commit = "^3.7.0" pytest = "^8.1.1" pytest-cov = "^5.0.0" black = "^24.2.0" -sqlfluff = "^3.0.3" +sqlfluff = "^3.0.6" [build-system] requires = ["poetry-core>=1.0.0"]