From 04baa912e59bc6aafb09835b777bcee714010431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:13:34 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.6.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 690e8b1..d835967 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -14,5 +14,5 @@ psycopg2-binary==2.9.9 pyrsistent==0.20.0 pytz==2024.1 requests==2.32.3 -sqlparse==0.4.4 +sqlparse==0.6.0 tqdm==4.66.4