From 19300811acd14dc9015d6338832c9045a8b944e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:27:13 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.5.3 to 0.5.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.3 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8620b73..327ca30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ six==1.17.0 # jsonschema # python-dateutil # rfc3339-validator -sqlparse==0.5.3 +sqlparse==0.5.4 # via django standardjson==0.3.1 # via django-prettyjson diff --git a/requirements_dev.txt b/requirements_dev.txt index 614ec4a..47c3426 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -183,7 +183,7 @@ sniffio==1.3.1 # via trio sortedcontainers==2.4.0 # via trio -sqlparse==0.5.3 +sqlparse==0.5.4 # via # django # django-debug-toolbar