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