From cba5be26d5b7b02f6d606b2ede87b0ca6d3f78cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Mar 2025 22:35:03 +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