From 481ea789a502569012c374bf73b3a0a990650013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:23:19 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.1 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.1. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.1) --- updated-dependencies: - dependency-name: sqlparse 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 3fd699a..a60f0d4 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.5.1 tqdm==4.66.4