diff --git a/poetry.lock b/poetry.lock index dd7769f..2466250 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" @@ -1206,13 +1206,13 @@ files = [ [[package]] name = "sqlfluff" -version = "3.0.3" +version = "3.1.0" 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.1.0-py3-none-any.whl", hash = "sha256:80f55891429640e569afdd079b961fa77ffc478a8524a5a3f2b1cce2df7d95ac"}, + {file = "sqlfluff-3.1.0.tar.gz", hash = "sha256:24afa24f74c8fdb4df0d709e60062c7e1791b6fa052d8e8a23959132dc2c953c"}, ] [package.dependencies] @@ -1229,7 +1229,6 @@ regex = "*" tblib = "*" toml = {version = "*", markers = "python_version < \"3.11\""} tqdm = "*" -typing-extensions = "*" [[package]] name = "tblib" @@ -1349,4 +1348,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 = "d91782b51840956d6d44693317a7f56cb98d971a934611372c544cf768201d44" diff --git a/pyproject.toml b/pyproject.toml index f9ce775..6cf7f0e 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.1.0" [build-system] requires = ["poetry-core>=1.0.0"]