From 94315445ebfffa8550c9e809f05acb535fde9e08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Mar 2022 01:31:16 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-1584201 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4b992b..677fc03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ django==3.1.1 gunicorn==20.0.4 psycopg2-binary==2.8.6 pytz==2020.1 -sqlparse==0.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +sqlparse==0.4.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' unittest-xml-reporting==3.0.4 whitenoise==5.2.0