From 1617c3b0db2ca1e7ec8470958c06c2d8b239dbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 17:08:21 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 431095d..74b748f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "six==1.16.0", "sniffio==1.2.0", "soupsieve==2.2.1", - "sqlparse==0.4.4", + "sqlparse==0.5.0", "terminado==0.12.1", "testpath==0.5.0", "tornado==6.5", diff --git a/requirements_production.txt b/requirements_production.txt index 8559e16..6e31c3d 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -84,7 +84,7 @@ requests-unixsocket==0.2.0 six==1.16.0 sniffio==1.2.0 soupsieve==2.2.1 -sqlparse==0.4.4 +sqlparse==0.5.0 terminado==0.12.1 testpath==0.5.0 tornado==6.5