From d603046963ecaf4cb5fd505a0a5f401b453eac12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:17:35 +0000 Subject: [PATCH] Bump sqlparse from 0.4.3 to 0.4.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 +++++++++++----- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fc6da61bd..3fc077cae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.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 = "amqp" @@ -508,6 +508,7 @@ optional = false python-versions = "*" files = [ {file = "django-ajax-selects-2.2.0.tar.gz", hash = "sha256:539298874b2d26ce9e778a5173d312f55340c887a126c7e2d3460b9a5b4593a2"}, + {file = "django_ajax_selects-2.2.0-2-py3-none-any.whl", hash = "sha256:2aa8af2ef5aece8b3718f91b9e9e45b8ed1d61e6d06d67527a44e920d5e4f0aa"}, ] [[package]] @@ -1774,15 +1775,20 @@ files = [ [[package]] name = "sqlparse" -version = "0.4.3" +version = "0.4.4" description = "A non-validating SQL parser." optional = false python-versions = ">=3.5" 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.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 = "termcolor" version = "2.3.0" @@ -1949,4 +1955,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "39ca94a43981744536ce83d6cb333b567c1be4d1cd0b55e8761e945b9fdd1c8d" +content-hash = "63c59d408b9332f664a9da2beb3dd47eb252350c66dfcf651ea03afacb06c848" diff --git a/pyproject.toml b/pyproject.toml index b95e5fef4..e69ac28d4 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.4.4" urllib3 = "1.26.18" xlwt = "1.3.0" python-docx = "^0.8.11"