From 1e35e422c5279ef1b7e7b8013c0ab766a626671f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Mar 2025 23:31:48 +0000 Subject: [PATCH] fix: samples/development-frameworks/django/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-9510910 --- samples/development-frameworks/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/development-frameworks/django/requirements.txt b/samples/development-frameworks/django/requirements.txt index 3aaf5630fd..b85c500d68 100644 --- a/samples/development-frameworks/django/requirements.txt +++ b/samples/development-frameworks/django/requirements.txt @@ -1,7 +1,7 @@ django>=2.2.24 dj-database-url==0.3.0 dj-static==0.0.6 -gunicorn==19.6.0 +gunicorn==23.0.0 Unipath==1.0 python-decouple==3 Pillow>=8.2.0