From 9da57176226e82654bf48edc3fda9ae74e67046c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:51:15 +0000 Subject: [PATCH] Bump sqlparse from 0.3.0 to 0.4.4 in /app Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.0 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.0...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b96e031..ee5fe88 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ Pillow==9.3.0 psycopg2-binary==2.8.5 pytz==2019.3 six==1.13.0 -sqlparse==0.3.0 +sqlparse==0.4.4 Markdown==3.3.6 django-storages==1.11.1 boto3