From cd73b9bc6600efd99b3f2409ca22b69c1fa0013d Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Thu, 6 Feb 2025 14:03:20 +0000 Subject: [PATCH] Bump Python requirement peewee to 3.17.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18fc3888..05e91aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Base Worker to easily build Arkindex ML workflows" license = { file = "LICENSE" } dependencies = [ "humanize==4.10.0", - "peewee==3.17.8", + "peewee==3.17.9", "Pillow==10.4.0", "python-gnupg==0.5.2", "shapely==2.0.5", -- GitLab