From 01939016cc953274abc0802d0cd63ea846cdc92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:00:57 +0000 Subject: [PATCH] Bump sqlparse from 0.5.1 to 0.5.3 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.3. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..43a75ca 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ pydantic_core==2.27.2 python-dotenv==1.0.1 requests==2.32.3 sniffio==1.3.1 -sqlparse==0.5.1 +sqlparse==0.5.3 tqdm==4.67.1 typing_extensions==4.12.2 urllib3==2.2.3