From 9d0815752f3916ee82a390d74dc1a95b14204f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:19:47 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fce13700..189cc3d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ psycopg2==2.9.9 python-gettext==3.0 python-magic==0.4.15 requests==2.27.1 -sqlparse==0.4.2 +sqlparse==0.5.0 tornado==5 text-unidecode==1.3 werkzeug==0.15.3 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..8fcefeef 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -8,7 +8,7 @@ beautifulsoup4 Werkzeug==0.15.3 django-extensions==2.2.9 ipdb==0.13.9 -sqlparse==0.4.2 +sqlparse==0.5.0 django-debug-toolbar==1.3.2 django-bootstrap-breadcrumbs==0.9.2 python-magic==0.4.15