From e592d6669cd642e8f4ee06abd3194d9b8f561c65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 23:25:53 +0000 Subject: [PATCH] fix: requirements.test.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SOCIALAUTHAPPDJANGO-6673771 --- requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.test.txt b/requirements.test.txt index 31e9d7e..a58eb93 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -2,7 +2,7 @@ requests==2.31.0 pytest==6.2.5 djangorestframework>=3.10.3 django-oauth-toolkit==1.6.1 -social-auth-app-django>=3.1.0 +social-auth-app-django>=5.4.1 pytest-mock==3.6.1 coverage==6.2 psycopg2-binary==2.9.3