From 931b8af81051982f5fccfaabdb566a3e7d89f9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:50:03 +0000 Subject: [PATCH] Bump sqlparse in /examples/data-science-analystics/cpu-orchestration 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] --- .../data-science-analystics/cpu-orchestration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data-science-analystics/cpu-orchestration/requirements.txt b/examples/data-science-analystics/cpu-orchestration/requirements.txt index 3b0ed839..98b9f0a0 100644 --- a/examples/data-science-analystics/cpu-orchestration/requirements.txt +++ b/examples/data-science-analystics/cpu-orchestration/requirements.txt @@ -165,7 +165,7 @@ sniffio==1.3.1 SQLAlchemy==1.4.54 SQLAlchemy-JSONField==1.0.2 SQLAlchemy-Utils==0.41.2 -sqlparse==0.5.3 +sqlparse==0.5.4 tabulate==0.9.0 tenacity==9.0.0 termcolor==2.5.0