From 38849a6aee8b0ea672473f62266212b237299d7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 10:51:43 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SOCIALAUTHAPPDJANGO-13512562 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 284419d..80af75f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ djangorestframework==3.9.4 markdown==3.1.1 django-filter==2.1.0 django-rest-swagger==2.2.0 -social-auth-app-django==3.1.0 +social-auth-app-django==5.6.0 python-social-auth[django]==0.3.6 django-countries==5.3.3 django-import-export==1.2.0