From 84ed96e2b04670b15f0b34eadf3dc3b5e93f4922 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 9 Sep 2021 11:01:39 +0000 Subject: [PATCH] Bump Python requirement boto3 to 1.18.38 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 66af49cff4..f062a83ac7 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.18.13 +boto3==1.18.38 cryptography==3.4.7 Django==3.2.6 lxml==4.6.3 -- GitLab