diff --git a/poetry.lock b/poetry.lock index ea3277c..3fc07f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -1239,13 +1239,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sqlparse" -version = "0.5.2" +version = "0.5.3" description = "A non-validating SQL parser." optional = false python-versions = ">=3.8" files = [ - {file = "sqlparse-0.5.2-py3-none-any.whl", hash = "sha256:e99bc85c78160918c3e1d9230834ab8d80fc06c59d03f8db2618f65f65dda55e"}, - {file = "sqlparse-0.5.2.tar.gz", hash = "sha256:9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f"}, + {file = "sqlparse-0.5.3-py3-none-any.whl", hash = "sha256:cf2196ed3418f3ba5de6af7e82c694a9fbdbfecccdfc72e281548517081f16ca"}, + {file = "sqlparse-0.5.3.tar.gz", hash = "sha256:09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272"}, ] [package.extras] @@ -1330,4 +1330,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3924fea1d8ceb2a3b2bdbd19122864a4e2ca8b94616825f37a7068e0fd1b63e2" +content-hash = "3ed950676a13fafb9dbc246bca61d273f1c1fa4a7c1f1201c1fb80e6a40e4516" diff --git a/pyproject.toml b/pyproject.toml index 434a419..f7e50bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ referencing = "^0.35.1" requests = "^2.32.3" requests-oauthlib = "^2.0.0" rpds-py = "^0.22.3" -sqlparse = "^0.5.2" +sqlparse = "^0.5.3" typing-extensions = "^4.12.2" Unidecode = "^1.3.8" uritemplate = "^4.1.1"