From 1069d3e6a376f48ee7951afcab8cfe5cdd4170a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:44:44 +0000 Subject: [PATCH] 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 8c5c47d..e48fa81 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ psycopg2-binary==2.9.12 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 six==1.17.0 -sqlparse==0.5.5 +sqlparse==0.6.0 text-unidecode==1.3 typing_extensions==4.16.0 tzdata==2026.3