From fa56d8dfd1ba96189f85c37fdb9ac7928cef50bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:52:16 +0000 Subject: [PATCH] Bump sqlparse from 0.5.3 to 0.5.4 in /backend 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: direct:production ... 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