From 0fe9c561c5dc87f1da958ec413a7bb5b3cc81cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:08:33 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.4 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...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 14b9b79f9..571003d5c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,6 +34,6 @@ requests==2.31.0 requests-oauthlib==1.3.1 social-auth-app-django==5.3.0 social-auth-core==4.4.2 -sqlparse==0.4.4 +sqlparse==0.5.4 tzdata==2023.3 urllib3==2.0.5 \ No newline at end of file