From a816dae7d83c53a2560af1ca9da202b106479eb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 00:51:47 +0000 Subject: [PATCH] fix: examples/django/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/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/django/requirements.txt b/examples/django/requirements.txt index 4ba37fb5b8..37e5892a0b 100644 --- a/examples/django/requirements.txt +++ b/examples/django/requirements.txt @@ -1,3 +1,4 @@ -django>=2.2.1 +django>=4.2.27 sqlalchemy>=1.0.14 celery>=5.0.5 +sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability