From b33d92d67fd5457fcd1d2a8b9a892e66f7cafcf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 02:50:20 +0000 Subject: [PATCH] fix: example-django/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-609368 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-609369 --- example-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-django/requirements.txt b/example-django/requirements.txt index 42c9717..df48ea0 100644 --- a/example-django/requirements.txt +++ b/example-django/requirements.txt @@ -1,4 +1,4 @@ -django==2.2 +django==2.2.16 django-jinja==2.4.1 social-auth-core[all]==3.1.0 social-auth-app-django==3.1.0