From b496a0272009e6a95969cde93994a77d4e6cf72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:02:17 +0000 Subject: [PATCH] Bump sqlparse from 0.5.3 to 0.5.5 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.3 to 0.5.5. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.3...0.5.5) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- conversational-agent-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversational-agent-app/requirements.txt b/conversational-agent-app/requirements.txt index db43676e..0e5bce22 100644 --- a/conversational-agent-app/requirements.txt +++ b/conversational-agent-app/requirements.txt @@ -9,4 +9,4 @@ dash_ag_grid==31.3.0 dash_mantine_components==0.15.3 backoff==2.2.1 databricks-sdk>=0.56.0 -sqlparse==0.5.3 \ No newline at end of file +sqlparse==0.5.5 \ No newline at end of file