diff --git a/poetry.lock b/poetry.lock index aec00c0..9c9b59c 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.7.1 and should not be changed by hand. [[package]] name = "aiocontextvars" @@ -1584,15 +1584,20 @@ files = [ [[package]] name = "sqlparse" -version = "0.3.1" -description = "Non-validating SQL parser" +version = "0.4.4" +description = "A non-validating SQL parser." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.5" 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.4.4-py3-none-any.whl", hash = "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3"}, + {file = "sqlparse-0.4.4.tar.gz", hash = "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c"}, ] +[package.extras] +dev = ["build", "flake8"] +doc = ["sphinx"] +test = ["pytest", "pytest-cov"] + [[package]] name = "text-unidecode" version = "1.3" @@ -1794,4 +1799,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8b4b2d4aba69e72ec2fbd998cacbaa63b0eb116ab16f099e959143df5658b689" +content-hash = "cfe54d0a6dc071c6ecb8e28e4ed5f9951980a5f489452f063e8ebd1a7c32c330" diff --git a/pyproject.toml b/pyproject.toml index bb817c0..6b1331d 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.4.4" tornado = "6.4" uritemplate = "3.0.1" urllib3 = "1.25.7"