From 507bc5d23ae51ce60ff0a0fa6cc85121f084fe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:37:09 +0000 Subject: [PATCH] Bump sqlparse from 0.5.3 to 0.5.4 in /components/llm_service Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.3 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/llm_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/llm_service/requirements.txt b/components/llm_service/requirements.txt index 33ef4d9a..03a35a66 100644 --- a/components/llm_service/requirements.txt +++ b/components/llm_service/requirements.txt @@ -23,6 +23,6 @@ python-pptx==1.0.2 Scrapy==2.12.0 spacy==3.8.3 sqlalchemy-bigquery @ https://github.com/googleapis/python-bigquery-sqlalchemy/archive/refs/tags/v1.10.0rc1.zip#sha256=46b35fbd1d956200cb475345670a5a5ea4055e9861154e12fafbef8f24b08817 -sqlparse==0.5.3 +sqlparse==0.5.4 sqlvalidator==0.0.20 timeout-decorator==0.5.0