From da49bf9acd4ace977d0e82586d3d70c5c3ca6ed5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 04:58:16 +0000 Subject: [PATCH] fix: examples/django_app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-6615674 --- examples/django_app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/django_app/requirements.txt b/examples/django_app/requirements.txt index 82bf00052..4bdfcfa41 100644 --- a/examples/django_app/requirements.txt +++ b/examples/django_app/requirements.txt @@ -1,2 +1,3 @@ django>=2.2,<2.3 # chatterbot>=0.8,<1.1 +sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability