From 6c32c9157794f5c8150a14d655d12c46326ca6cf Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Tue, 11 Feb 2025 11:04:18 +0000 Subject: [PATCH] Bump Python requirement boto3 to 1.36.17 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 663f9b0e0b..5ac1a63af6 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.36.16 +boto3==1.36.17 cryptography==3.4.7 Django==5.0.8 ed25519==1.5 -- GitLab