From 43c05e38eb8f1f8a472c738337829d1e149f6642 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 21:36:49 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGOREGISTRATION-1090176 - https://snyk.io/vuln/SNYK-PYTHON-DJANGOREGISTRATION-72413 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e95c031..7714ee63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ dj-database-url==0.3.0 django-auth-ldap==1.2.0 django-reversion==1.8.1 django-wsgiserver==0.8.0rc1 -django-registration==1.0 +django-registration==3.1.2 django-dtpanel-htmltidy==0.1.1 django-chosen==0.1 django-appconf==1.0.3