From 5310dc18a7655f75783dc2d460aded600f99959f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 14:27:01 +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-14157807 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-14157810 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-14157217 --- examples/django_example/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/django_example/requirements.txt b/examples/django_example/requirements.txt index 6453a5a1d..e0dcb21d4 100644 --- a/examples/django_example/requirements.txt +++ b/examples/django_example/requirements.txt @@ -1,2 +1,3 @@ -django>=1.4 +django>=4.2.27 python-social-auth +sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability