From a60d8a3cde5b1f32d36e980c68a12404414164be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:45:51 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.4.2 to 0.4.4 in /web Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 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.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/requirements.txt b/web/requirements.txt index 16d868b..54f5b3e 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,5 +1,5 @@ -asgiref==3.3.0 +asgiref==3.3.0 Django==3.1.13 django-crispy-forms==1.9.2 pytz==2020.4 -sqlparse==0.4.2 +sqlparse==0.4.4