diff --git a/poetry.lock b/poetry.lock index f410995..8945e7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1167,13 +1167,13 @@ files = [ [[package]] name = "sqlfluff" -version = "2.3.4" +version = "2.3.5" description = "The SQL Linter for Humans" optional = false python-versions = ">=3.7" files = [ - {file = "sqlfluff-2.3.4-py3-none-any.whl", hash = "sha256:cbff620077e38c68af3aa0d63d9f87d3745156ad3dcea71245f8caa0b09a0b82"}, - {file = "sqlfluff-2.3.4.tar.gz", hash = "sha256:9d79ffdc3bb7790815db8b71dbf40fdb277774a12f6c14e9420f666446801ffc"}, + {file = "sqlfluff-2.3.5-py3-none-any.whl", hash = "sha256:2ca095a2f2cced5573a83fc8a6d2aceb36edd21a8c4c5d8099b6544e386d86a1"}, + {file = "sqlfluff-2.3.5.tar.gz", hash = "sha256:fd77ef5a41ebfa798235a5b28bcfa71f7521e9336159a08b40b545953e84c3c3"}, ] [package.dependencies] @@ -1310,4 +1310,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "eac6c44a9bc541f2571b4861725ec1b890299fe826aae793a3ad99e2c3a43ebd" +content-hash = "9337352fb3abf096eeed3c68136ed88c4c07024ec6c8c522e82a383407e4fb5e" diff --git a/pyproject.toml b/pyproject.toml index 9d1b659..3679d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pre-commit = "^3.5.0" pytest = "^7.4.3" pytest-cov = "^4.1.0" black = "^23.10.1" -sqlfluff = "^2.3.4" +sqlfluff = "^2.3.5" [build-system] requires = ["poetry-core>=1.0.0"]