From fdcda32227f09e5208c3c56c3426a78062d9132d Mon Sep 17 00:00:00 2001
From: Teklia Bot <bot@teklia.com>
Date: Wed, 26 Mar 2025 13:03:19 +0000
Subject: [PATCH] Bump Python requirement boto3 to 1.37.20

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1011cfe..1ce2373 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ version = "0.2.0rc1"
 description = "Worker to import elements from an S3 Bucket to Arkindex"
 dependencies = [
     "arkindex-base-worker==0.4.0rc1",
-    "boto3==1.37.19",
+    "boto3==1.37.20",
     "pdfminer.six==20221105",
     "pdf2image==1.17.0",
 ]
-- 
GitLab