From 16a723d092a0217c1a7790032f9cef185e4c2262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:41:36 +0000 Subject: [PATCH] Bump sqlparse in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `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: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index eca98d01..babb0234 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ PyJWT==2.9.0 python-dateutil==2.9.0.post0 redis==6.2.0 six==1.17.0 -sqlparse==0.5.3 +sqlparse==0.5.4 tzdata==2025.2 vine==5.1.0 wcwidth==0.2.13