From 952aca6be25a520974fd6df8548f0ced55856ad1 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Wed, 7 Aug 2024 12:17:32 +0300 Subject: [PATCH] PG-843 Added required version of Pillow to avoid CVE alerts for PDFs (#623) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f3e0361a3..f1d3d82d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ mkdocs-section-index mkdocs-htmlproofer-plugin mkdocs-meta-descriptions-plugin mike +Pillow > 10.1.0 \ No newline at end of file