From 228312fb439dfb40358c5f4c696268d14284ba74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:03:44 +0000 Subject: [PATCH] Bump sqlparse from 0.4.3 to 0.5.3 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.3. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++++------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 827a80b78a..cb6664d826 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 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 = "amqp" @@ -2850,15 +2850,19 @@ files = [ [[package]] name = "sqlparse" -version = "0.4.3" +version = "0.5.3" description = "A non-validating SQL parser." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "sqlparse-0.4.3-py3-none-any.whl", hash = "sha256:0323c0ec29cd52bceabc1b4d9d579e311f3e4961b98d174201d5622a23b85e34"}, - {file = "sqlparse-0.4.3.tar.gz", hash = "sha256:69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268"}, + {file = "sqlparse-0.5.3-py3-none-any.whl", hash = "sha256:cf2196ed3418f3ba5de6af7e82c694a9fbdbfecccdfc72e281548517081f16ca"}, + {file = "sqlparse-0.5.3.tar.gz", hash = "sha256:09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272"}, ] +[package.extras] +dev = ["build", "hatch"] +doc = ["sphinx"] + [[package]] name = "termcolor" version = "2.4.0" @@ -3107,4 +3111,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "6a82a54aebf565edd45449e8c37f5083899cc0bc09ad6a7eecd37d2e0af5750b" diff --git a/pyproject.toml b/pyproject.toml index aeff11cfa0..88fca49097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ requests-toolbelt = "0.10.0" selenium = "3.141.0" simplejson = "3.18.4" six = "1.16.0" -sqlparse = "0.4.3" +sqlparse = "0.5.3" urllib3 = "1.26.18" xlwt = "1.3.0" python-docx = "^0.8.11"