From 6cc6790c4afd0a0c9e63bf8f01bd6c71554296c9 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Sat, 12 Nov 2022 14:00:54 +0000 Subject: [PATCH] Bump Python requirement peewee to 3.15.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 638f4c9c..58092d53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ arkindex-client==1.0.11 -peewee==3.15.3 +peewee==3.15.4 Pillow==9.3.0 pymdown-extensions==9.7 python-gitlab==3.11.0 -- GitLab