diff --git a/poetry.lock b/poetry.lock index ecc4219..5068708 100644 --- a/poetry.lock +++ b/poetry.lock @@ -700,19 +700,18 @@ files = [ [[package]] name = "sqlparse" -version = "0.4.4" +version = "0.5.0" description = "A non-validating SQL parser." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "sqlparse-0.4.4-py3-none-any.whl", hash = "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3"}, - {file = "sqlparse-0.4.4.tar.gz", hash = "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c"}, + {file = "sqlparse-0.5.0-py3-none-any.whl", hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663"}, + {file = "sqlparse-0.5.0.tar.gz", hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93"}, ] [package.extras] -dev = ["build", "flake8"] +dev = ["build", "hatch"] doc = ["sphinx"] -test = ["pytest", "pytest-cov"] [[package]] name = "tzdata" @@ -766,4 +765,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8a7c123428ae3b4cd8479509714032cde71a37204df2dfd34618ba87d5093f42" +content-hash = "c02b2c8d5b3ac3c0d07862cd904a10a8d7791a7fdbd6f012ce4eabb50119c2fc" diff --git a/pyproject.toml b/pyproject.toml index 34d6634..0bbe5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pillow = "10.3.0" psycopg2-binary = "2.9.9" pytz = "2024.1" requests = "2.31.0" -sqlparse = "0.4.4" +sqlparse = "0.5.0" [tool.ruff] line-length = 120