From 8388aa38fa8918bb04e2ffe3658a61a22b7cb35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:34:15 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.4.4 to 0.5.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 957f884dbb..d859379fcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ python-magic==0.4.27 pytz==2024.1 requests==2.32.4 six==1.16.0 -sqlparse==0.4.4 +sqlparse==0.5.4 swapper==1.3.0 tqdm==4.66.3 ua-parser==0.16.1