diff --git a/poetry.lock b/poetry.lock index ec9f97d..56e51e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -641,19 +641,19 @@ files = [ [[package]] name = "sqlparse" -version = "0.5.5" +version = "0.6.0" description = "A non-validating SQL parser." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "sqlparse-0.5.5-py3-none-any.whl", hash = "sha256:12a08b3bf3eec877c519589833aed092e2444e68240a3577e8e26148acc7b1ba"}, - {file = "sqlparse-0.5.5.tar.gz", hash = "sha256:e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e"}, + {file = "sqlparse-0.6.0-py3-none-any.whl", hash = "sha256:b861c0288ce2fa56209a9a6412d2e066ac664b3873b89c26c9d8415e8e32996f"}, + {file = "sqlparse-0.6.0.tar.gz", hash = "sha256:113c35c75365ab9cc9c7231d68c6428fb11c085fc8e9eb1ad659b7ddbf6cd2b9"}, ] [package.extras] dev = ["build"] -doc = ["sphinx"] +doc = ["furo", "sphinx"] [[package]] name = "tomli" @@ -695,4 +695,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f1b3fe0ae09c9078dc4c9daab5c738393eb47cd751b03a41cd251d52f08bbd42" +content-hash = "31b414218726302b08555065200f8d885646231d34bdf70fc53d9ae491e56fc4" diff --git a/pyproject.toml b/pyproject.toml index 5355020..1ed8a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.0.0" [tool.poetry.dependencies] python = "^3.10" -sqlparse = ">=0.5.0" +sqlparse = ">=0.6.0" [tool.poetry.group.dev.dependencies] ruff = ">=0.15.17,<0.16.0"