From fa0747020c4e607ac531fd2659c9fbc07e4c3e73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Nov 2022 17:31:02 +0000 Subject: [PATCH] fix: website-backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2940618 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2968205 --- website-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-backend/requirements.txt b/website-backend/requirements.txt index 997b2f0..c141424 100644 --- a/website-backend/requirements.txt +++ b/website-backend/requirements.txt @@ -1,6 +1,6 @@ ansi2html boto3 -Django==2.2.27 +Django==3.2.15 django-gravatar2 django-model-utils django-prometheus