From 55e0c69ee1a8a026ed2648ef98c8145b8d7e0688 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jul 2022 01:27:07 +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-DJANGO-2940618 --- examples/django_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django_app/requirements.txt b/examples/django_app/requirements.txt index 82bf00052..d2ad99640 100644 --- a/examples/django_app/requirements.txt +++ b/examples/django_app/requirements.txt @@ -1,2 +1,2 @@ -django>=2.2,<2.3 +django>=3.2.14,<2.3 # chatterbot>=0.8,<1.1