From f5c0b0f3fa7ea63e3f0cf52e6427f743d3732a02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 23:16:24 +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 5670c83..b1e489a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ requests-oauthlib==0.8.0 simplejson==3.11.1 six==1.11.0 snowballstemmer==1.2.1 -social-auth-app-django==1.2.0 +social-auth-app-django==5.4.1 social-auth-core==1.4.0 Sphinx==1.6.4 sphinx-rtd-theme==0.2.4