From a216eabef768ba81099712acaa46a5525070bcb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jun 2020 02:50:37 +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-571013 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-571014 --- 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..e8baf9c 100644 --- a/example-django/requirements.txt +++ b/example-django/requirements.txt @@ -1,4 +1,4 @@ -django==2.2 +django==2.2.13 django-jinja==2.4.1 social-auth-core[all]==3.1.0 social-auth-app-django==3.1.0