From 068368efc40204c7579c90d0e0a352c40935f9f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 18:33:49 +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-6514866 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f064a9..ffdd410 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pillow==9.0.0 +pillow==10.3.0 django-ckeditor