From 61a2d1c8bcc1697adaacf8ffeb68e965449bc2c6 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 2 Jan 2023 14:01:04 +0000 Subject: [PATCH] Bump Python requirement Pillow to 9.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f6f4d4d..803d7124 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arkindex-client==1.0.11 peewee==3.15.4 -Pillow==9.3.0 +Pillow==9.4.0 pymdown-extensions==9.9 python-gitlab==3.12.0 python-gnupg==0.5.0 -- GitLab