From 1496e35138c3fd2c757e1fb1203a6ea04ff118a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:36:32 +0000 Subject: [PATCH] :arrow_up: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a9b39c..492fe2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ pytest==8.3.4 # via pytest-django pytest-django==4.9.0 # via -r requirements.in -sqlparse==0.5.3 +sqlparse==0.5.4 # via django static==1.1.1 # via -r requirements.in