From b047ec9079e6ecb921f5e7e259b07e7296ce55e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 21:43:56 +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 cd37a22..88c3e90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ arrow mysqlclient beautifulsoup4 django-memoize -ics \ No newline at end of file +ics +sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file