From 71fe946fc0b00ecf04835dbf0be49e7deeba5a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:58:50 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.5.3 to 0.5.5 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.3 to 0.5.5. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.3...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 20f665b..c8a0278 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,5 +4,5 @@ djangorestframework==3.16.1 pillow==11.2.1 psycopg2-binary==2.9.10 python-dotenv==1.0.1 -sqlparse==0.5.3 +sqlparse==0.5.5 tzdata==2025.1