From 4d4b9ccc5045d7cdff882f7882e3e24c011e23b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:19:24 +0000 Subject: [PATCH] Bump sqlparse from 0.4.1 to 0.4.4 in /django_app Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 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.4.1...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_app/requirements.txt b/django_app/requirements.txt index 016b2dc..96c8046 100644 --- a/django_app/requirements.txt +++ b/django_app/requirements.txt @@ -3,7 +3,7 @@ autopep8==1.5.4 Django==2.2.* pycodestyle==2.6.0 pytz==2020.5 -sqlparse==0.4.1 +sqlparse==0.4.4 gunicorn==20.0.4 psycopg2==2.8.5 django-filter==2.2.0