From 42ab700d91dd7e7e02aa2831b7b72bfb1b560c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:44:57 +0000 Subject: [PATCH] chore: bump sqlparse from 0.5.2 to 0.5.4 in /app Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.2 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.2...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 6a797c22..af622886 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -84,7 +84,7 @@ rpds-py==0.22.1 # via # jsonschema # referencing -sqlparse==0.5.2 +sqlparse==0.5.4 # via django tzdata==2024.2 # via -r requirements.in