From 0dd09e7d51b27ef03741ad3c9b5f30e9fc44079a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Nov 2020 01:46:06 +0000 Subject: [PATCH] fix: solution/django-postgres/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-173679 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-174885 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-451300 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-456540 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-456541 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-456542 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-456566 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-536439 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-72888 --- solution/django-postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/django-postgres/requirements.txt b/solution/django-postgres/requirements.txt index 5f42651c7..6de386f52 100644 --- a/solution/django-postgres/requirements.txt +++ b/solution/django-postgres/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.3 +Django==2.1.6 psycopg2 \ No newline at end of file