From e41a6b34c689ae147d195462242c29c12d61e3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:06:59 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.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.3.1...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index aa3d2b1..7298b85 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -asgiref +asgiref Django==3.1.14 pytz==2020.1 -sqlparse==0.3.1 +sqlparse==0.4.4 pymongo==3.5.1 pdfkit==0.6.1 xhtml2pdf==0.2.4