From 7d64d5dc14f094d2ae2f2be3963731ed82402b7c Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Mon, 16 Oct 2023 11:43:53 +0200 Subject: [PATCH] Pillow>=10.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9752ac4..0adec60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Pillow>=9.3.0 +Pillow>=10.0.1 django-appconf>=1.0.5 dnspython>=2.3.0