From 85b52f987265daccf66d869170ee780a3120b1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:48:45 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.5.5 to 0.6.0 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.5 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 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 f3a19dc2..3d15405d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ PyJWT==2.13.0 python-dateutil==2.9.0.post0 redis==6.4.0 six==1.17.0 -sqlparse==0.5.5 +sqlparse==0.6.0 tzdata==2025.3 vine==5.1.0 wcwidth==0.8.1