From 6c3d037056e1cff78d2c8df76d19cd5301e38d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:19:48 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.5.3 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.5.3. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fce13700..aff89ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ psycopg2==2.9.9 python-gettext==3.0 python-magic==0.4.15 requests==2.27.1 -sqlparse==0.4.2 +sqlparse==0.5.3 tornado==5 text-unidecode==1.3 werkzeug==0.15.3 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..b2c63ada 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -8,7 +8,7 @@ beautifulsoup4 Werkzeug==0.15.3 django-extensions==2.2.9 ipdb==0.13.9 -sqlparse==0.4.2 +sqlparse==0.5.3 django-debug-toolbar==1.3.2 django-bootstrap-breadcrumbs==0.9.2 python-magic==0.4.15