From a8131ebafb9671cc69bdbba16e9231951e4b5e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:25:10 +0000 Subject: [PATCH] Bump sqlparse from 0.5.1 to 0.5.4 in /app Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 8534c19..f95cf44 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pyodbc==5.1.0", "python-dotenv==1.0.1", "SQLAlchemy==2.0.31", -"sqlparse==0.5.1", +"sqlparse==0.5.4", "uvicorn==0.30.1" ] diff --git a/app/requirements.txt b/app/requirements.txt index 5b114a7..7c79bf0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,5 +6,5 @@ pyodbc==5.1.0 python-dotenv==1.0.1 # SQLAlchemy==2.0.30 SQLAlchemy==2.0.31 -sqlparse==0.5.1 +sqlparse==0.5.4 uvicorn==0.30.1 \ No newline at end of file