From 087035db78c98102153a21884f74a5df2bcacc27 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 23 Mar 2021 10:32:16 +0100 Subject: [PATCH] setup: Update pillow dep for security concern Relate-to: https://github.com/rzr/sense-hat-webthing/issues/32 Signed-off-by: Philippe Coval --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9e94a3..91d7d86 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(fname): }, include_package_data=True, install_requires=[ - "pillow", + "pillow>=8.1.2", "numpy" ], classifiers=[