From ae073bfca4e94f9d08814ec1d8c3e478f2bbef2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jan 2024 03:06:42 +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-PILLOW-6182918 --- 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 1b15913e1c..03fce5f3fc 100644 --- a/samples/development-frameworks/django/requirements.txt +++ b/samples/development-frameworks/django/requirements.txt @@ -4,7 +4,7 @@ dj-static==0.0.6 gunicorn==19.6.0 Unipath==1.0 python-decouple==3 -Pillow==3.3.2 +Pillow==10.2.0 Markdown==2.6.6 bleach==1.4.3 django-pyodbc-azure==1.9.6.0