From a5508a8b7a841acb190802209a0dacd9c2a06252 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Dec 2025 10:00:55 +0000 Subject: [PATCH] fix: requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGOALLAUTH-14425069 - https://snyk.io/vuln/SNYK-PYTHON-DJANGOALLAUTH-14425438 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e253c969..76b9cf1c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git django==4.1.6 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils -django-allauth==0.54.0 # https://github.com/pennersr/django-allauth +django-allauth==65.13.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-compressor==4.3.1 # https://github.com/django-compressor/django-compressor