From a5d6c1652f07b24afb3c68a38a1f67d19398ce91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:31:02 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.5.1 to 0.5.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 832c173c..f4d150a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pymongo==4.10.1 python-dotenv==1.0.1 PyYAML==6.0.2 ruff==0.7.1 -sqlparse==0.5.1 +sqlparse==0.5.4 typing_extensions==4.12.2 virtualenv==20.27.0 django-cors-headers==4.7.0