From 752aec8f5e5e34a35fe3a965025f76a01c729b44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 07:31:33 +0000 Subject: [PATCH] fix: examples/django_example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642790 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642791 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642813 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642814 --- examples/django_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django_example/requirements.txt b/examples/django_example/requirements.txt index 6453a5a1d..e5da0333f 100644 --- a/examples/django_example/requirements.txt +++ b/examples/django_example/requirements.txt @@ -1,2 +1,2 @@ -django>=1.4 +django>=4.2.15 python-social-auth