From 7293d78dae07e9560dc269d0700eb5b5b611d887 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jan 2025 20:21:29 +0000 Subject: [PATCH] fix: backend/requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGOALLAUTH-8600545 --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 225feb69..7ea65dfe 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -11,7 +11,7 @@ hiredis==1.0.1 # https://github.com/redis/hiredis-py django==3.0.7 # pyup: < 3.1 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils -django-allauth==0.42.0 # https://github.com/pennersr/django-allauth +django-allauth==65.3.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.9.1 # https://github.com/django-crispy-forms/django-crispy-forms django-redis==4.12.1 # https://github.com/jazzband/django-redis # Django REST Framework