From afc04cdb8cc33e000d3a8397a1cd01b4a3dbb00a Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Fri, 23 Feb 2024 11:43:01 +0000 Subject: [PATCH] Bump Python requirement Pillow to 10.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ead4b19..6e7de2ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arkindex-client==1.0.14 peewee==3.17.0 -Pillow==10.1.0 +Pillow==10.2.0 pymdown-extensions==10.7 python-gnupg==0.5.2 shapely==2.0.3 -- GitLab