From 3c556184174e14c1eaa57f2f453c76aaf967166c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 19:58:33 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fbbd1b9..e9dbb92b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-hitcount==1.3.5 django-jazzmin==2.6.0 django-js-asset==2.0.0 django-modeltranslation==0.18.9 -Pillow==9.4.0 +Pillow==10.2.0 sqlparse==0.4.3 typing_extensions==4.5.0 whitenoise==6.4.0 \ No newline at end of file