From f219eb04f346099a7aaa9c2d065c932e6c18267d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:20:26 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.4.4 in /requirements Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index e4582ee0..43b68117 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ Werkzeug==1.0.1 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==3.2.4 -sqlparse==0.4.2 +sqlparse==0.4.4 #shell bpython==0.21