From fee3bc4681f7be7c898f59a5e279846f7073783b Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Wed, 19 Feb 2025 14:03:18 +0000 Subject: [PATCH] Bump Python requirement humanize to 4.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e18c788a..d82bcb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.5.0a3" description = "Base Worker to easily build Arkindex ML workflows" license = { file = "LICENSE" } dependencies = [ - "humanize==4.12.0", + "humanize==4.12.1", "peewee~=3.17", "Pillow==11.0.0", "python-gnupg==0.5.3", -- GitLab