From adda6f4260040b5c9bf4e61926fa47bac64b3b57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 05:04:34 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGOALLAUTH-7413652 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eb85d8..88ede6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ chardet==5.2.0 confusable-homoglyphs==3.3.1 defusedxml==0.7.1 Django>=4.1.5 -django-allauth==0.62.1 +django-allauth==0.63.3 django-crispy-forms==2.1 django-registration==3.4 django-rest-auth==0.9.5