diff --git a/poetry.lock b/poetry.lock index aec00c0..99a534d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiocontextvars" @@ -1584,15 +1584,19 @@ files = [ [[package]] name = "sqlparse" -version = "0.3.1" -description = "Non-validating SQL parser" +version = "0.5.0" +description = "A non-validating SQL parser." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.8" files = [ - {file = "sqlparse-0.3.1-py2.py3-none-any.whl", hash = "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e"}, - {file = "sqlparse-0.3.1.tar.gz", hash = "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548"}, + {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", "hatch"] +doc = ["sphinx"] + [[package]] name = "text-unidecode" version = "1.3" @@ -1794,4 +1798,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8b4b2d4aba69e72ec2fbd998cacbaa63b0eb116ab16f099e959143df5658b689" +content-hash = "6c77a49aea62a8e47bc11a4f115db3d594a1e6dc8656ee1aeb273840ade8e466" diff --git a/pyproject.toml b/pyproject.toml index bb817c0..a829214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requests = "2.22.0" requests-toolbelt = "0.9.1" simplejson = "3.17.0" six = "1.15.0" -sqlparse = "0.3.1" +sqlparse = "0.5.0" tornado = "6.4" uritemplate = "3.0.1" urllib3 = "1.25.7"