diff --git a/poetry.lock b/poetry.lock index 6a624de..87d6e6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1171,13 +1171,13 @@ files = [ [[package]] name = "sqlfluff" -version = "2.3.5" +version = "3.0.2" description = "The SQL Linter for Humans" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "sqlfluff-2.3.5-py3-none-any.whl", hash = "sha256:2ca095a2f2cced5573a83fc8a6d2aceb36edd21a8c4c5d8099b6544e386d86a1"}, - {file = "sqlfluff-2.3.5.tar.gz", hash = "sha256:fd77ef5a41ebfa798235a5b28bcfa71f7521e9336159a08b40b545953e84c3c3"}, + {file = "sqlfluff-3.0.2-py3-none-any.whl", hash = "sha256:5ee18a5f897efc4d8656b83bac9b8e07093195d22d10b05a3ecd27c8d35dfcde"}, + {file = "sqlfluff-3.0.2.tar.gz", hash = "sha256:b781de6a3302e40029b243480b5d839e0faca89a638fdc3d1ba1766343d2b127"}, ] [package.dependencies] @@ -1314,4 +1314,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bf5cd099a4c52236462e916fc45eff420032f1c49df030e6baf8a19554441f1a" +content-hash = "2a334d1fbced6de22fed0127f03e7d24f45d841593d056fecf9f72567a0cb0e7" diff --git a/pyproject.toml b/pyproject.toml index 13788db..4f6c617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pre-commit = "^3.6.0" pytest = "^8.0.1" pytest-cov = "^4.1.0" black = "^24.2.0" -sqlfluff = "^2.3.5" +sqlfluff = "^3.0.2" [build-system] requires = ["poetry-core>=1.0.0"]