From 05cc709d74ba2001d5041b624f255379582c9d72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 7 Apr 2021 04:43:37 +0300 Subject: [PATCH] Pin boto3 to latest version 1.17.46 --- builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/requirements.txt b/builder/requirements.txt index a68102ca..e10e1f94 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -1,5 +1,5 @@ black==19.10b0 -boto3 +boto3==1.17.46 jinja2>=2.10.3 typing_extensions; python_version < '3.8' pyparsing>=2.4.5