From 03c7b38d0d22be665c1d0de2505d70ff9295cb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:11:20 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.5.0 to 0.5.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.0 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.0...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 851f289..fa5b7b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,5 @@ python-decouple==3.6 python-fsutil==0.7.0 PyYAML==6.0.1 rdflib -sqlparse==0.5.0 +sqlparse==0.5.4 tablib==0.13.0