From 6787b35de4c424cc45d57f4e21efa1fb9fb2d906 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 22:59:08 +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-6673771 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 284419d..e429cce 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.4.1 python-social-auth[django]==0.3.6 django-countries==5.3.3 django-import-export==1.2.0