From 6ab6b50f05cad5b0a06a98d3b4b7100fc9d56b20 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 27 Mar 2021 06:40:31 +0300 Subject: [PATCH] Pin boto3 to latest version 1.17.39 --- builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/requirements.txt b/builder/requirements.txt index a68102ca..88c2ed8b 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -1,5 +1,5 @@ black==19.10b0 -boto3 +boto3==1.17.39 jinja2>=2.10.3 typing_extensions; python_version < '3.8' pyparsing>=2.4.5