From 244c7bfc062e3026e0dae4fe923b4e8e5a890000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:43:41 +0000 Subject: [PATCH] Bump sqlparse from 0.5.3 to 0.5.4 in /django 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] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 915cc72..d35dcef 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -22,7 +22,7 @@ psycopg2-binary==2.9.11 ptyprocess==0.7.0 pure-eval==0.2.3 pygments==2.19.2 -sqlparse==0.5.3 +sqlparse==0.5.4 stack-data==0.6.3 traitlets==5.14.3 wcwidth==0.2.14