From a7901099cfe66e41fdd1b2338f0dd1f2912b95d8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Apr 2024 23:18:06 +0000
Subject: [PATCH] Bump sqlfluff from 3.0.3 to 3.0.5

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.0.3 to 3.0.5.
- [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.5)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index dd7769f..4749f86 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1206,13 +1206,13 @@ files = [
 
 [[package]]
 name = "sqlfluff"
-version = "3.0.3"
+version = "3.0.5"
 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.5-py3-none-any.whl", hash = "sha256:b7818ea9954d9efc5b2f913df6e3d2270c42532cbad815f73ab582a410d9a39e"},
+    {file = "sqlfluff-3.0.5.tar.gz", hash = "sha256:5a4a08e4e4dedcadf4f544de83a7edab66e1decf7d946ec5fdbe59db49d6c2fe"},
 ]
 
 [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 = "74f037a26d883a7d067d4a0255e06008c25ffa156541b30d4054f034fa228b55"
diff --git a/pyproject.toml b/pyproject.toml
index f9ce775..0fdeb03 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.5"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]