From ec110a621a80b215b14671b13d0bc696a8e07c40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 20:42:14 +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-6615674 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bc454e..d30f6a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ subprocess six mysqldump os -logging \ No newline at end of file +logging +sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file