From abeb038e64c93b13f281ae059d5ee9b51dafa7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:36:50 +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-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69390fc8..ad93a744 100644 --- a/requirements.txt +++ b/requirements.txt @@ -222,7 +222,7 @@ six==1.16.0 # opencensus soupsieve==2.5 # via beautifulsoup4 -sqlparse==0.4.4 +sqlparse==0.5.0 # via django standardjson==0.3.1 # via django-prettyjson diff --git a/requirements_dev.txt b/requirements_dev.txt index 6911e150..f9a5a170 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -408,7 +408,7 @@ splinter==0.21.0 # via # -r requirements_dev.in # pytest-splinter -sqlparse==0.4.4 +sqlparse==0.5.0 # via # -r requirements.txt # -r requirements_dev.in