From 551627057ec98409da822ab7f46f129f93c24831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:05:29 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.5.4 to 0.5.5 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.4 to 0.5.5. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.4...0.5.5) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3373a6c21..7ee9f7a09 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ parsepatch==0.1.3 psycopg2-binary==2.9.11 sentry-sdk==2.47.0 setuptools==80.9.0 -sqlparse==0.5.4 +sqlparse==0.5.5 taskcluster==95.0.0 tqdm==4.67.1 whitenoise==6.11.0