From 0fc9d3fd910ebf2b5733c514ad55c082c343c8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:08:44 +0000 Subject: [PATCH] chore(deps)(deps): update sqlparse requirement Updates the requirements on [sqlparse](https://github.com/andialbrecht/sqlparse) to permit the latest version. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.5) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 73ba360..25b2039 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -16,7 +16,7 @@ pandas>=2.0.0,<4.0 scikit-learn>=1.5.0,<2.0 numpy>=1.21.0,<3.0 whitenoise==6.12.0 -sqlparse>=0.4.2,<1.0 +sqlparse>=0.5.5,<1.0 djangorestframework>=3.14.0,<4.0 djangorestframework-simplejwt>=5.2.0,<6.0 celery>=5.2.0,<6.0 diff --git a/requirements.txt b/requirements.txt index f8d4a70..60f55b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ scikit-learn>=1.5.0,<2.0 numpy>=1.21.0,<3.0 matplotlib>=3.10.9,<4.0 whitenoise==6.12.0 -sqlparse>=0.4.2,<1.0 +sqlparse>=0.5.5,<1.0 djangorestframework>=3.14.0,<4.0 djangorestframework-simplejwt>=5.2.0,<6.0 celery>=5.2.0,<6.0